Building using CMake: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 43: Line 43:


<pre>
<pre>
# make a top-level directory to contain everything
mkdir FGFS
mkdir FGFS
cd FGFS
cd FGFS
Line 49: Line 50:
mv <dist dir from Jenkins> .
mv <dist dir from Jenkins> .


# clone from Git
git clone git://gitorious.org/fg/simgear.git
git clone git://gitorious.org/fg/simgear.git
git clone git://gitorious.org/fg/flightgear.git
git clone git://gitorious.org/fg/flightgear.git
Line 63: Line 65:
make; make install
make; make install
</pre>
</pre>
Note this demonstrates start from a clean setup - after the initial build it's sufficient to simply 'git pull' in the clones repositories, then execute a 'make; make install' in the build directories. You can of course have multiple build directories with different configurations, as described in more detail below.


===Windows===
===Windows===
580

edits

Navigation menu