On Sun, Mar 02, 2003 at 05:05:20PM -0600, Eugene Y. Vasserman wrote: > Hey. This is a question for Adam, mostly. > So, I've got the prc-tools and sony sdk installed. I have the cvs code. > Do you have a script you use to build the code? Yes yes, I could write > my own, but I'm soooo lazy. If you have one already, will you share? ;)
Here's what I use: $ cd ~/cvs/plucker/viewer Run everything within the viewer subdirectory... $ autoreconf The autoreconf command is only required if configure.in has changed or configure script is missing. $ ./configure --with-lang=en --with-sony=<path to sony sdk> The configure script will scrutinize your environment and point out anything that you're missing which is required. $ make If all goes well a viewer_en.prc should appear in the viewer directory for your testing enjoyment. -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
