20
edits
m (→FlightGear source: Remove confusing [] notation) |
(→fgrun) |
||
Line 179: | Line 179: | ||
cd fgrun/fgrun/ | cd fgrun/fgrun/ | ||
./autogen.sh | ./autogen.sh | ||
./configure --prefix=$prefix [CPPFLAGS=-I$prefix/include/] | ./configure --prefix=$prefix [CPPFLAGS=-I$prefix/include/ LDFLAGS="-L$prefix/lib -L$prefix/lib64"] | ||
make install | make install | ||
edits