Re: [Fresco-devel] Install-prefix specification?
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Neil Pilgrim wrote: > AFAICT an install is the way to go for the new fresco build-system; the > problem is that it doesn't seem to work for me :( > > What am I doing wrong? the first configure you call is only there to generate a single file: the toplevel Makefile. The package configuration is then done by calling 'make config'. Consequently you should call make config configure_args="--enable-traver --prefix=..." make -s make install Please note that everything should be in a runnable state after 'make', i.e. you don't need to install anything. The only inconvenience is that each subpackage has its own lib/ and bin/, i.e. you have to set a pretty long LD_LIBRARY_PATH... Regards, Stefan