-
Notifications
You must be signed in to change notification settings - Fork 15
SteerSuiteBuildSystem
Neo-X edited this page Sep 18, 2015
·
1 revision
SteerSuite uses premake4 now to generate the make files for the code.
In the build folder there is a premake4.lua script that is now used to generate the build scripts for steersuite. To add a new project into steersuite, all that needs to be done is to add the project in the premake4 script. Look at the many examples in the script and work from them.
There is a folder called external where all of the external libraries are placed. Compiling these can be more difficult and each of these have a different build method. What is usually done is external libraries build method is added to build.sh and the output libraries from the external code should be put into the build/lib directory.