Superbuild: Difference between revisions

Jump to navigation Jump to search
Line 93: Line 93:
(The follow assumes regular 'make' generator, other generators may work, testing welcome)
(The follow assumes regular 'make' generator, other generators may work, testing welcome)


* make build dir next to your fgmeta clone
* make <code>build</code> dir next to your fgmeta clone
* cd into the build dir
* cd into the <code>build</code> dir
* run cmake ../fgmeta -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=Release (or Debug for a debug configuration)
* run <code>cmake ../fgmeta -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=Release</code> (or Debug for a debug configuration)
* run make -jN  (where N is as large a number as your system can support)
* run <code>make -jN</code> (where N is as large a number as your system can support)
* make some coffee
* make some coffee
* fgfs should be in install/bin
* <code>fgfs</code> should be in install/bin


===Superbuild on Mac===
===Superbuild on Mac===
1,089

edits

Navigation menu