Hi,

> [...]
> or not necessary when doing out-of-source builds.

Hope you (the one Olaf is replying to) know how to do out-of-source
builds? It is quite simple.

I assume your git checkouts are structured like this:

git/
 |
 |- flightgear
 |- osg
 |- plib
 |- simgear

- "cd" into "git" directory
- do a "mkdir build"
- do a "mkdir build/simgear" (and for flightgear the same, I don't
repeat it for now)
- "cd" into simgear and execute autogen.sh (has to be done there)
- "cd" into ../build/simgear
- do a ../../simgear/configure --all-your-parameters-here (e.g.
--prefix=/opt)
- Now do the "make all install", it should work now

I don't know if cmake (e.g. in osg) does support out-of-source builds,
but it might be worth to try it. plib should support it.

Regards,
Roland

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to