You will find in this page instructions on how to install the needed softwares for the Bootstrap project. The instructions provided here should work on any Linux system. Do not hesitate to contact C. Garion if you have problems to install the required softwares.

gcc

gcc is the C compiler used in the Bootstrap project. It is easily installable in any Linux distribution.

Unity

Unity is the TDD framework used for the Bootstrap project. You can download it here. Unzip the archive and use the following Makefile to install it. Choose your install directory like that:

make install INSTALL_DIR=MY_INSTALL_DIR

CMock

CMock is the mocking framework used for the Bootstrap project. You can download it here. Unzip the archive and use the following Makefile to install it. You have to install Unity before. Choose your install directory like that:

make install INSTALL_DIR=MY_INSTALL_DIR