blob: 5e9d7a81bc549e3c7dd211347aafdb72f5d59c82 [file] [log] [blame]
@section Build
The following command will build @value{PROJECT.name}.
@example
@COMMAND.build{}
@end example
On some platforms @code{make} refers to a BSD-flavor of make which is not compatible with this project. Check if @code{gmake} is installed, and if it is, substitute @code{gmake} wherever you may see @code{make} in this document. Otherwise you will need to install GNU make package version 3.81 or higher. Lower versions might work.