Re: [Fresco-devel] Problem compiling
Christian Niles <[email protected]> Sat, 03 May 2003 09:47:15 -0400
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael, I've just started playing around with Fresco as well, and thought I might contribute a dead simple listing of the commands I used, in case Tobias' email didn't steer you to the right parts of the INSTALL file you missed. I downloaded the source from CVS; see http://download.fresco.org/cvs.html for details. Also, since you already compiled fresco once, I'm sure you already have the dependencies installed. $ mkdir -p ~/work/fresco $ mkdir -p ~/work/fresco/build # where i built the sources $ mkdir -p ~/work/fresco/install # where i installed stuff $ cd ~/work/fresco $ echo "checkout -A diff -u log -N update -d" > ~/.cvsrc |$ export CVSROOT=":pserver:[email protected]:/cvs/fresco" ||$ cvs login # /Just hit enter for the password prompt./| $ cvs co Fresco $ cd Fresco $ ./autogen.sh $ cd ../build $ ../Fresco/configure --prefix `cd ../install; pwd` $ make $ make install $ cd ../install $ export LD_LIBRARY_PATH=`pwd`/lib:$LD_LIBRARY_PATH $ bin/berlin -e bin/fresco-demo $ bin/berlin -e bin/fresco-demo -c SDL -d GLDrawingKit This is just what I hacked together on a Sunday afternoon, and I'm not an active developer, so this isn't necessarily an ideal directory layout; it just worked to get the demos up and running. best, christian. Michael Jurka wrote: >Hi, > >I'm sorry for posting to this list, is there a better >place for small technical questions about Fresco? I >downloaded Fresco and successfully compiled it, but at >the end of the process there was no /bin or /lib >directory where I had compiled-- all libraries and >binaries were in the subdirectories of various >components (eg $build_dir/Prague/lib ), and also I >could not find any binary called "server" > >To compile, I just typed "configure" and then "make" >in the unpacked directory I downloaded. Should I do >anything else? > >Thanks, >Michael Jurka > >__________________________________ >Do you Yahoo!? >The New Yahoo! Search - Faster. Easier. Bingo. >http://search.yahoo.com > >_______________________________________________ >Fresco-devel mailing list >[email protected] >http://lists.fresco.org/cgi-bin/listinfo/fresco-devel > >