User Tools

Site Tools


getting_started:compile_eeros_host

This is an old revision of the document!


Compile on the Host

Back to Writing EEROS Applications for the Host.

After having downloaded the code you can now compile EEROS together with necessary libraries. The build and install directories are set in config.sh.in as follows

install_dir="$wd"/install-x86 
build_dir="$wd"/build-x86 

Change this setting if you want to choose different build and install directories.

After this you proceed with

$ ./make.sh

This will put all the executables into the build directory you have chosen and the compiled libraries together with the header files into the install directory. Please keep in mind that build and install directory are both defined in config.sh.in.

Continue with Deploying.

getting_started/compile_eeros_host.1616597691.txt.gz · Last modified: 2021/03/24 15:54 by ursgraf