discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install to prefix recipe


From: Aardric
Subject: install to prefix recipe
Date: Mon, 06 Sep 2021 19:49:17 +0000

Hail,
   When installing new code (built outside the prefix) into a prefix
(gr39), does ldconfig in the stock recipe make sense?

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=gr39 ..
make
make install
ldconfig

The prefix environment was sourced prior to the build and installation
below. Hence
LIBRARY_PATH=prefix/gr39/lib:prefix/gr39/lib64/:
PKG_CONFIG_PATH=prefix/gr39/lib/pkgconfig:prefix/gr39/lib64/pkgconfig:
and
PYBOMBS_PREFIX=prefix/gr39


Rick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]