Build environment
From Amakha
Before start compilation you have to install all dependences and libraries your system needs.
Set environment
- Create an amakha build directory in your home
mkdir ~/amakha cd ~/amakha
- Get the last version of amakha via subversion
svn co http://gauss.amakha.org/repos/amakha/trunk
Start compilation
cd ~/amakha/trunk
To see the platforms supported just launch ./tools/scripts/set-environment.sh
. ./tools/scripts/set-environment.sh <board-name>
To know the complete list of supported boards run the previous command without arguments
. ./tools/script/set-environment.sh
Start compilation
bitbake amakha-image-x11
