Re: [Opengc-devel] building opengc under redhat 7.3
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <dam...@ho...> - 2002-10-23 21:18:13
|
Hi, That's correct, depending on what you mean... I'll describe the "complete" process starting with a fresh download of the CVS: 1) Assuming opengc is in ~/opengc, start in ~ 2) mkdir ./opengcbin 3) cd opengcbin 4) ccmake ../opengc 5) hit "c" (configure) until the "g" (generate) option appears 6) hit "g", CMake will build the makefiles and drop back to the shell 7) make You may also need to select Fltk 1.1 rather than 1.0, depending on what CMake finds. You want 1.1 "on" and 1.0 "off". After changing this you will need to hit "c" again. Note that this procedure presumes plib, fltk, ftgl, and freetype to already be built and installed (although it sounds like you have done this since your not getting include errors). So, to answer your original question, the build directory is selected implicitly, since it occurs wherever you run ccmake. You can run ccmake from within the opengc cvs directory, but I recommend against this since it mixes executable code with the source and makes CVS management more complicated. Cheers, -Damion- ----- Original Message ----- From: "Rick Marsico" <ri...@cc...> To: <da...@op...> Sent: Wednesday, October 23, 2002 12:52 PM Subject: Re: [Opengc-devel] building opengc under redhat 7.3 > Damion, > > I'm in the process of re-downloading now. When in ccmake, I specify the > build directory, correct? Perhaps this is where I'm getting things > confused? > > Rick |