On Sun, 2012-02-05 at 19:10 -0600, Donn Washburn wrote:
> On 02/05/2012 04:26 PM, Frederic Bouvier wrote:
> >> I have downloaded about 5 svn versions of OSG, simgear and
> >> flightgear.
> >> I have begun looking at openSuSE 12.1 compiler/something else.
> >>   Everyone
> >> of them have been replaced/updated several times.
> >> I am still at about 96% seeing it fail.  This came from todays
> >> download
> >> and puaList mean nothing to me.
> >> I am at a loss as where to start
> > puaList comes from PLIB svn
> >
> > -Fred
> 
> PLIB 1.8.5 of tonights SVN version
> > All it seems to make is .a  no .so  And there is no option for a .so in 
> > configure.  Passing --enable-static or shared to configure doesn't help
> 
Here are a couple of scripts I have written to ensure all dependencies
are met for OSG and FlightGear. They are for Debian/Ubuntu, but should
be adaptable for other distributions:

#!/bin/bash
# install_OSG-packages
sudo apt-get update
sudo apt-get install \
cmake \
libxml2-dev \
libcurl4-gnutls-dev \
libcairo2-dev \
libpoppler-dev \
librsvg2-dev \
libpoppler-glib-dev \
libqt4-dev \
libjpeg-dev \
libtiff4-dev \
libgtkglext1-dev \
libgtk-3-dev

#!/bin/bash
# install_fg-packages
sudo apt-get update
sudo apt-get install \
build-essential \
autoconf \
libplib-dev \
libalut-dev \
libsvn-dev \
libboost-dev \
git

Kind regards, Alasdair


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to