WOW ! That's very complicated ! Should I just copy/paste all that in text file and run the script ? But that will probably by-pass my package managment system (apt/synaptic) ? :-/ I will ask the guys on my distro's mailing list, maybe one of them has compiled it and has a .deb ready for me...
I will keep you script/e-mail in a safe place... Vince Le jeudi 20 janvier 2005 Ã 19:01 +0100, Arnt Karlsen a Ãcrit : > On Thu, 20 Jan 2005 17:52:43 +0100, Vincent wrote in message > <[EMAIL PROTECTED]>: > > > > > I am using FGFS 0.9.4 > > > Very old. Please consider to upgrade to 0.9.8. > > > > Yes, would love to ! But my distro (Ubuntu) was released in October > > last year, and came with 0.9.4. The next realease is in Apri sometime, > > so might come with 1.0.0 ?? > > Sadly I really don't have the skills to compile 0.9.8 by hand by > > myself, so I must wait for Ubuntu to be released again in April... :o( > > ..learn. ;o) : > [EMAIL PROTECTED]:~ # cat /mnt/sda2/local/src/rebuild-FlightGear-from-cvs > #!/bin/bash > ####################################################################### > ########### > # Copyright (c) 2004 Arnt Karlsen > # /usr/local/src/rebuild-FlightGear-from-cvs > ####################################################################### > ########### > > cd /usr/local/src/Plib/ > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/plib login > touch Plib-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/plib co plib > > cd Plib/plib/ > # cvs update -d -P > make clean > # sh autogen.sh > ./configure --prefix=/usr/local --exec-prefix=/usr/local > make > make install > > ####################################################################### > ########### > > cd /usr/local/src/Open-AL/ > cvs -d:pserver:[EMAIL PROTECTED]:/usr/local/cvs-repository > login touch Open-AL-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -d:pserver:[EMAIL PROTECTED]:/usr/local/cvs-repository > co openal > > cd openal/ > # cvs update -d -P > make clean > sh ./autogen.sh > # ./configure --help |less > ./configure --enable-optimization --prefix=/usr/local > make > make install > > # cd /usr/local/src > ####################################################################### > ########### > > cd /usr/local/src/GLut/ > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/freeglut login > touch freeglut-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/freeglut co > freeglut cd freeglut/freeglut/ > # cvs update -d -P > make clean > sh autogen.sh > # ./configure --help |less > ./configure --with-x --enable-optimization --prefix=/usr/local \ > --with-plib=/usr/local --with-threads > make > make install > > ####################################################################### > ########### > > cd /usr/local/src/SimGear-0.3/ > cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 login > touch SimGear-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 co source > cd source/ > # cvs update -d -P > # ./configure --prefix=/usr/local --exec-prefix=/usr/local > make clean > sh autogen.sh > # ./configure --help |less > ./configure --enable-optimization --prefix=/usr/local > --with-jpeg-factory \ --with-plib=/usr/local --with-threads > make > make install > > ####################################################################### > ########### > > cd /usr/local/src/FlightGear-0.9/ > cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 > login touch FlightGear-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 co > source cvs -d > :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 co data > # cd source ;cvs update -d -P ;cd ../data/ ;cvs update -d -P ;cd - > cd /usr/local/src/FlightGear-0.9/source/ > make clean > sh autogen.sh > ./configure --with-x --enable-optimization --prefix=/usr/local \ > --with-jpeg-factory --with-plib=/usr/local --with-simgear=/usr/local \ > --enable-sp-fdms --with-multiplayer --with-threads > make > make install > > ####################################################################### > ########### > > cd /usr/local/src/Atlas/ > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/atlas login > touch Atlas-rebuilt-from-cvs-`date -u +%F+%H.%M.%S.%Z` > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/atlas co Atlas > cd Atlas/ > sh autogen.sh > # ./configure --help |less > ./configure --with-x --with-plib=/usr/local > make > make install > > # terrasync --help > # > # fgfs --show-aircraft --fg-root=/mnt/sda2/local/src/FlightGear-0.9/data > # fgfs --show-aircraft --fg-root=/mnt/sda2/local/src/FlightGear-0.9/data > # |less > # > ####################################################################### > ########### > # > # cd /usr/local/src/ClusterConf/ > # cvs -d :pserver:[EMAIL PROTECTED]:/cvs login > # cvs -d :pserver:[EMAIL PROTECTED]:/cvs checkout clusterconf > # > > ..if you fix or improve anything, let me know. ;o) > _______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
