Re: [Fresco-devel] No bin/server?
Stefan Seefeld <[email protected]> Tue, 22 Apr 2003 10:44:51 -0400
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Matthew Brown wrote: > BUT, now I am trying to follow the next step, but none of the files are > where the instructions say they should be. There is not bin/server. > There is no ./lib or ./modules in $fresco-build. That's probably because you only did 'make' not 'make install', right ? The build directory contains subdirectories, one for each subproject. If you don't want to install, you have to set up PATH and LD_LIBRARY_PATH variables to point to all these individually, such as $build/Prague/lib, $build/Berlin/lib, etc. Instead you may install things with 'make install prefix=/foo/bar' and then find everything in a single spot. The default prefix is, as usual, '/usr/local'... Hope this helps, Stefan