Skip to content

Linux build instructions

carlohamalainen edited this page Mar 13, 2013 · 4 revisions

Automatic build instructions

Building the launcher on Linux is now completely automated. Choose the appropriate script below depending on whether your system is Centos or Debian, 32bit or 64bit:

install_centos_32bit_prerequisites.sh

install_centos_64bit_prerequisites.sh

install_debian_32bit_prerequisites.sh

install_debian_64bit_prerequisites.sh

Next, use one of the build scripts:

build_launcher_centos_32bit.sh

build_launcher_centos_64bit.sh

build_launcher_debian_32bit.sh

build_launcher_debian_64bit.sh

For example:

On a Centos 6.3 32bit VM

wget https://raw.github.com/CVL-dev/cvl-fabric-launcher/master/system_build_scripts/build_launcher_centos_32bit.sh bash build_launcher_centos_32bit.sh launcher_build_date +%Y-%m-%d-%H%M

Clone this wiki locally