LibMISB/Getting Started/How to compile: Difference between revisions

 
Line 52: Line 52:
</syntaxhighlight>
</syntaxhighlight>


Specify meson --prefix $INSTALL_PATH build, if you want the build to be configured for installation in a directory other than /usr/local.
Specify <code>meson --prefix $INSTALL_PATH</code> build, if you want the build to be configured for installation in a directory other than <code>/usr/local</code>.
 
The following features are also available for configuration on the meson command by adding <code>-Doption=value</code>:
 
{| class="wikitable"
|-
! Option !! Description !! Default Value
|-
| examples || Build examples || enabled
|-
| docs || Build documentation with doxygen || enabled
|-
| tests || Build tests || enabled
|}


== Installing the Binaries ==
== Installing the Binaries ==
437

edits