solbot
December 22nd, 2007, 02:39 PM
After much searching and messing around I finally managed to compile fgrun 1.0.0 on Gutsy.
Here's How.
Setup
You need several things to make this work.
The list of required packages are:
libopenal0a
libopenal-dev
libalut0
libalut-dev
plib1.8.4c2
plib1.8.4-dev
zlib1g
zlib1g-dev
You can use either apt-get or synaptic to install these.
Download the source for both simgear and fgrun.
Simgear: http://www.simgear.org/
Fgrun: http://sourceforge.net/projects/fgrun
Extract both to a directory.
Open a console and go to the simgear directory first.
Run
./configure --prefix=/usr/ --with-jpeg-factory
Then
make
Then either run checkinstall or sudo make install
Finally, enter the Fgrun directory and run make; sudo make install
Anything I've missed? Let me know so I can fix it.
Can't compile it?
Get my Debs from here (http://fiddler.homeip.net/debs)
Merry Christmas.
Here's How.
Setup
You need several things to make this work.
The list of required packages are:
libopenal0a
libopenal-dev
libalut0
libalut-dev
plib1.8.4c2
plib1.8.4-dev
zlib1g
zlib1g-dev
You can use either apt-get or synaptic to install these.
Download the source for both simgear and fgrun.
Simgear: http://www.simgear.org/
Fgrun: http://sourceforge.net/projects/fgrun
Extract both to a directory.
Open a console and go to the simgear directory first.
Run
./configure --prefix=/usr/ --with-jpeg-factory
Then
make
Then either run checkinstall or sudo make install
Finally, enter the Fgrun directory and run make; sudo make install
Anything I've missed? Let me know so I can fix it.
Can't compile it?
Get my Debs from here (http://fiddler.homeip.net/debs)
Merry Christmas.