Accessing latest builds of OpenNX
Internally, we use the Jenkins continuous integration environment to build all our binaries. Furthermore, we use the OpenSuSE build service to build additional packages for several linux distributions whenever our internal hudson has successfully built a new version. These are usually more up-to-date than the regular downloads available on the project download page.
Source tarball
New versions are automatically published, so just fetch the latest tar.gz from SourceForge:
Windows
New versions are automatically published, so just fetch the latest installer from SourceForge:
Mac OSX
New versions are automatically published, so just fetch the latest dmg from SourceForge:
Linux Distributions
ALT-Linux
CentOS-6
- Already available in the CentOS Extras repository. So all you need to do is running yum install opennx.
Debian and Ubuntu
As Debian does not provide a means to automatically import a repository's GPG-Key or any repository URL, you have to do that manually:
- Import the key, using the command wget -O - http://download.opensuse.org/repositories/home:/felfert/Debian_6.0/Release.key | apt-key add -
- Add the following line either in the file /etc/apt/sources.list or in a new file inside the directory /etc/apt/sources.list.d/:
- For Debian 5.0 (Lenny), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/Debian_5.0 ./
- For Debian 6.0 (Squeeze), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/Debian_6.0 ./
- For Ubuntu 9.04 (Jaunty Jackalope), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_9.04 ./
- For Ubuntu 9.10 (Karmic Koala), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_9.10 ./
- For Ubuntu 10.04 (Lucid Lynx), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_10.04 ./
- For Ubuntu 10.10 (Maverick Meerkat), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_10.10 ./
- For Ubuntu 11.04 (Natty Narwhal), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_11.04 ./
- For Ubuntu 11.10 (Oneiric Ocelot), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_11.10 ./
- For Ubuntu 12.04 (Precise Pangolin), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.04 ./
- For Ubuntu 12.10 (Quantal), use the following line:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.10 ./
- Finally, use the following command to install opennx:
apt-get update; apt-get install opennx
Fedora (12 - 17)
Fetch opennx.repo, and put it into /etc/yum.repos.d/:
After that, run the command yum install opennx.
Mandriva
Mandriva does not support yum repositiories by default, so you have to download the RPM manually from one of the following repositories:
OpenSuSE
Fetch one of the following .repo files and put it into /etc/zypp/repos.d/:
After that, run the command zypper install opennx.
SuSE Linux Enterprise (SLES)
|