Downloads
Jump to navigation
Jump to search
Binaries
Binary downloads are available from http://bemlab.org/download/binaries/linux_tar_pkg/:
- Latest SVN snapshot binary package
- Latest release 1.0.1
The procedure of installing binary release incorporates placing the bemlab directory with built files in the /opt directory:
cd /tmp wget -S http://{{SERVERNAME}}/download/binaries/linux_tar_pkg/bemlab-1.0.1_i386.tar.gz mkdir -p opt cd /opt tar xfz bemlab-1.0.1_i386.tar.gz
Ubuntu/Debian binary package
- Download Ubuntu/Debian binary package from http://bemlab.org/download/binaries/ubuntu/11.10/bemlab_1.0.1-1_i386.deb (i386 architecture)
- Install the package from the location where you saved the file e.g.:
sudo dpkg -i bemlab_1.0.1-1_i386.deb
Ubuntu/Debian source package
Download Ubuntu/Debian source package from http://bemlab.org/download/binaries/ubuntu/
For building Debian/Ubuntu binary package using source package files see Installation.
Fedora/RedHat/CentOS binary package
- Download Fedora binary package from http://bemlab.org/download/binaries/fedora/bemlab-1.0.1-1.fc16.i386.rpm (i386 architecture)
- Install the package from the location where you saved the file e.g.:
sudo rpm -ivh bemlab-1.0.1-1.fc16.i386.rpm
Fedora/RedHat/CentOS source package
Download Fedora/RedHat/CentOS source packages from http://bemlab.org/download/binaries/fedora/
For building Fedora binary package using source package file .src.rpm
see Installation.
Sources
Sources are available in the following form:
- SVN
- Latest branch
svn checkout svn://svn.bemlab.org/bemlab/trunk bemlab --username guest --password guest
- Latest release
svn checkout svn://svn.bemlab.org/bemlab/tags/release-1.0.1 bemlab-1.0.1 --username guest --password guest
- Latest SVN snapshot source package
- Releases archived using tar (bemlab-<version>.tar.gz)
For configuring and building instructions see Installation.