[Fresco-devel] Install-prefix specification?
Neil Pilgrim <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
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?
--8<--
mkdir Build_02_08_29
cd Build_02_08_29
../CVS/Fresco/configure --enable-tracer --prefix=${PWD}/install_dir
make config CONFIGURE_ARGS="--enable-tracer --prefix=${PWD}/install_dir"
make -s
make install
--8<--
(the configure args don't seem to pass through to set options in the
generated makefile; nicholas suggested the CONFIGURE_ARGS usage so I do
that as well)
Thanks,
--
Neil