Building FlightGear - Debian: Difference between revisions

added Atlas
m (added TaxiDraw)
(added Atlas)
Line 120: Line 120:
== Optional Software ==
== Optional Software ==
Feel free to add the commands to install other FlightGear related projects.
Feel free to add the commands to install other FlightGear related projects.
=== Atlas ===
cd $srcdir
cvs -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas login
#CVS passwd: [Enter]
cvs -z3 -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas co Atlas
cd Atlas
sed s/get_gbs_center2/get_gbs_center/ -i src/Subbucket.cxx
./autogen.sh
./configure --prefix=$prefix
make install


=== fgcom ===
=== fgcom ===
392

edits