Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: Subject: FW: [FGFS-Devel] Getting Started Date: Wed, 21 Mar 2001 23:12:22 -0500 Message-ID: <002201c0b286$4c02fd40$a300a8c0@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 FYI If you run into any snags or have any questions fgfs-users AT flightgear DOT org fgfs-devel AT flightgear DOT org But this should work for you out of the box !! Enjoy :-) Norman -----Original Message----- From: Majordomo Pseudo User [mailto:majordom AT woodsoup DOT org] On Behalf Of Norman Vine Sent: Tuesday, March 20, 2001 11:44 PM To: fgfs-devel AT flightgear DOT org Subject: RE: [FGFS-Devel] Getting Started Craig Fletcher writes: > >Hey all, i'm new to the flightgear development network, but >seriously from a newbies perspective its frustrating. Hi Craig "I feel your pain" >First of all, i think that several bits of info on the flightgear page >are out of date. I cant find the win32 libs for cygwin Yes this is outdated info Our webmaster isn't really into the Cygwin side of things :-) However if you are comfortable with Cygwin, or really a command line oriented development system, You should be able to build the 'current developers' version quite painlessly. < realize that you will need at least a gig of hardisk space by the time you are done > OK, Here is how you do it. 1) Install the latest Cygwin Toolkit click on insall cygwin now icon at http://www.cygwin.com < do all of the following from a bash shell > 2) Create a src directory at /usr/local/src 3) use CVS to install the files ================= #! /bin/sh # run this script from your toplevel src dir echo "hit when asked for PLib password" cvs -z3 -d:pserver:anonymous AT cvs DOT plib DOT sourceforge DOT net:/cvsroot/plib login cvs -z3 -d:pserver:anonymous AT cvs DOT plib DOT sourceforge DOT net:/cvsroot/plib co plib echo "enter 'guest ' when asked for SimGear password" cvs -d :pserver:cvs AT cvs DOT simgear DOT org:/wsp/pubcvs/SimGear login cvs -z3 -d :pserver:cvs AT cvs DOT simgear DOT org:/wsp/pubcvs/SimGear co SimGear echo "enter 'guest' when asked for FlightGear password" cvs -d :pserver:cvs AT cvs DOT flightgear DOT org:/wsp/pubcvs/FlightGear login cvs -z3 -d :pserver:cvs AT cvs DOT flightgear DOT org:/wsp/pubcvs/FlightGear co FlightGear ============== 4) Make the packages cd into each of the respective directories plib simgear flightgear in that order and run this script aclocal automake -a autoconf ./configure make make install Now all you need is the FlightGear base package which you should also get from CVS decide where you want to install FlightGear, cd there and checkout the FlightGear base package with this script echo "CVS passwd: cvsguest" cvs -d :pserver:cvsguest AT rockfish DOT net:/home/cvsroot login cvs -d :pserver:cvsguest AT rockfish DOT net:/home/cvsroot co fgfsbase You are now ready to takeoff :-) Oh BTW Updating this configuration is a LOT easier then setting it up ! Hope you have a relatively fast machine minimal system 200 mhz 64 meg OpenGL card reccomend 500 mhz 128 meg or more Geforce GFX Holler again if you need more advice Norman -- Please visit the FGFS web page: http://www.flightgear.org For help on using this list (especially unsubscribing), send a message to "fgfs-devel-request AT flightgear DOT org" with a single line of text: "help".