Building FlightGear - Debian: Difference between revisions

→‎Boost Library: Added alternate extract command
(Extended git instructions for the data bundle)
(→‎Boost Library: Added alternate extract command)
Line 64: Line 64:
Get the newest version tar ball from http://sourceforge.net/projects/boost/files/boost/, extract it into <code>$srcdir</code> then:
Get the newest version tar ball from http://sourceforge.net/projects/boost/files/boost/, extract it into <code>$srcdir</code> then:
  cp -R $srcdir/boost-[version]/boost/ $prefix/include/
  cp -R $srcdir/boost-[version]/boost/ $prefix/include/
Alternatively, you can directly extract the required include files:
tar xvf boost_1_37_0.tar.bz2 -C $prefix/include --strip 1 --wildcards --no-wildcards-match-slash '*/boost'


=== OpenSceneGraph ===
=== OpenSceneGraph ===
26

edits