Build MissionLab-Carmen

If you want to change and rebuild the source code, It's recommended to install first the corresponding package for your distribution and architecture. This will ensure that all dependencies are installed.

Once the package is installed, a copy of the full source code is placed at /usr/src. To compile, open a terminal in this folder as root and type:

    ]# export BUILD_HOME=/usr
    ]# export DESTDIR=/usr
    ]# ./configure            (Press enter in all questions)
    ]# make 
		
Once you have finished the build, you can make a minor modification (for example in cfgedit) and rebuild only the corresponding folder.

If you have any problem, read the FAQ or contact us.