On Sat, May 24, 2014 at 2:15 PM, Ron Economos <[email protected]> wrote:

>   Custom install locations do require some additional environment
> setup. Sylvain gave me a nice shell script for that.
>
> BASE=/opt/gnuradio
> export PATH=${PATH}:${BASE}/bin
> export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BASE}/lib64
> export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${BASE}/lib64/pkgconfig
> export PYTHONPATH=${PYTHONPATH}:${BASE}/lib64/python2.7/site-packages/
>
> Just change the first line to the directory of  your custom install.
> Setting PKG_CONFIG_PATH will resolve finding packages
> in OOT builds. Remember to use the same custom install prefix
> in the cmake of your OOT builds.
>
> Ron
>

With above environment variables, do we still need to define the
CMAKE_INSTALL_PREFIX ?
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to