Difference between revisions of "Building"

From sigrok
Jump to navigation Jump to search
(Update requirements.)
(37 intermediate revisions by 6 users not shown)
Line 11: Line 11:
=== libsigrok ===
=== libsigrok ===


* git
'''Requirements for the C library''':
* gcc (>= 4.0)
 
* git (only needed when building from git)
* gcc (>= 4.0) or clang
* make
* make
* autoconf >= 2.63
* autoconf >= 2.63 (only needed when building from git)
* automake >= 1.11
* automake >= 1.11 (only needed when building from git)
* libtool
* libtool (only needed when building from git)
* pkg-config >= 0.22
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libglib >= 2.32.0
* libglib >= 2.32.0
* libzip >= 0.10
* libzip >= 0.10
* libusb-1.0 >= 1.0.9 (optional, used by most drivers)
* libserialport >= 0.1.1 (optional, used by some drivers)
* librevisa >= 0.0.20130412 (optional, used by some drivers)
* libusb-1.0 >= 1.0.16 (optional, used by some drivers)
** On [[FreeBSD]], this is an integral part of the FreeBSD libc, not an extra package/library.
** On [[FreeBSD]], this is an integral part of the FreeBSD libc, not an extra package/library.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libftdi >= 0.16 (optional, used by some drivers)
* libftdi >= 0.16 or libftdi1 >= 1.0 (optional, used by some drivers)
* libudev >= 151 (optional, used by some drivers)
* libgpib (optional, used by some drivers; only available on Linux)
* libasound / alsa-lib >= 1.0 (optional, only used by the alsa driver)
* libieee1284 (optional, used by some drivers)
* check >= 0.9.4 (optional, only needed to run unit tests)
* check >= 0.9.4 (optional, only needed to run unit tests)
* doxygen (optional, only needed for the C API docs)
* graphviz (optional, only needed for the C API docs)
'''Requirements for the C++ bindings''':
* libsigrok >= 0.4.0 (the libsigrok C library, see above)
* A C++ compiler with C++11 support (-std=c++11 option), e.g.
** g++ (>= 4.8.1)
** clang++ (>= 3.3)
* autoconf-archive (only needed when building from git)
* doxygen (required for building the bindings, not only for C++ API docs!)
* graphviz (optional, only needed for the C++ API docs)
* Python (2 or 3) executable (development files are not needed)
* glibmm-2.4 (>= 2.32.0)
'''Requirements for the Python bindings''':
* libsigrokxx >= 0.4.0 (the libsigrok C++ bindings, see above)
* Python >= 2.7 or Python >= 3 (including development files!)
* Python setuptools (for Python 2 or 3)
* pygobject >= 3.0.0 (for Python 2 or 3), a.k.a python-gi
* numpy (for Python 2 or 3)
* SWIG >= 2.0.0
* doxygen (optional, only needed for the Python API docs)
* graphviz (optional, only needed for the Python API docs)
* doxypy (optional, only needed for the Python API docs)
'''Requirements for the Ruby bindings''':
* libsigrokcxx >= 0.4.0 (the libsigrok C++ bindings, see above)
* Ruby >= 1.9.3 (including development files!)
* SWIG >= 3.0.8
* YARD (optional, only needed for the Ruby API docs)
'''Requirements for the Java bindings''':
* libsigrokxx >= 0.4.0 (the libsigrok C++ bindings, see above)
* SWIG >= 2.0.0
* Java JDK (for JNI includes and the javac/jar binaries)
* doxygen (optional, only needed for the Java API docs)
* graphviz (optional, only needed for the Java API docs)


=== libsigrokdecode ===
=== libsigrokdecode ===


* git
* git (only needed when building from git)
* gcc (>= 4.0)
* gcc (>= 4.0) or clang
* make
* make
* autoconf >= 2.63
* autoconf >= 2.63 (only needed when building from git)
* automake >= 1.11
* automake >= 1.11 (only needed when building from git)
* libtool
* libtool (only needed when building from git)
* pkg-config >= 0.22
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libglib >= 2.24.0
* libglib >= 2.28.0
* Python >= 3.0
* Python >= 3.2
* check >= 0.9.4 (optional, only needed to run unit tests)
* check >= 0.9.4 (optional, only needed to run unit tests)
* doxygen (optional, only needed for the C API docs)
* graphviz (optional, only needed for the C API docs)


=== sigrok-cli ===
=== sigrok-cli ===


* git
* git (only needed when building from git)
* gcc (>= 4.0)
* gcc or clang
* make
* make
* autoconf >= 2.63
* autoconf >= 2.63 (only needed when building from git)
* automake >= 1.11
* automake >= 1.11 (only needed when building from git)
* libtool
* libtool (only needed when building from git)
* pkg-config >= 0.22
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libglib >= 2.28.0
* libglib >= 2.32.0
* libsigrok >= 0.2.0
* libsigrok >= 0.4.0
* libsigrokdecode >= 0.2.0
* libsigrokdecode >= 0.4.0


=== PulseView ===
=== PulseView ===


* git
* git (only needed when building from git)
* g++
* A C++ compiler with C++11 support (-std=c++11 option), e.g.
** g++ (>= 4.8.1)
** clang++ (>= 3.3)
* make
* make
* libtool
* libtool (only needed when building from git)
* pkg-config >= 0.22
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* cmake >= 2.8.6
* cmake >= 2.8.12
* libglib >= 2.28.0
* libglib >= 2.28.0
* Qt >= 4.5
* glibmm-2.4 (>= 2.28.0)
* libboost >= 1.42 (including the following libs)
* Qt5 (including the following components):
** Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
* libboost >= 1.55 (including the following libs):
** libboost-sytem
** libboost-sytem
** libboost-thread
** libboost-filesystem
** libboost-test (optional, only needed to run the unit tests)
** libboost-serialization
* libsigrok >= 0.2.0
** libboost-test (optional, only needed to run unit tests)
* libsigrokdecode >= 0.2.0
* libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
<!--
* libsigrokdecode >= 0.4.0
=== sigrok-gtk ===
* libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)
 
'''Note:''' The GTK+ GUI is not yet usable!
 
* git
* gcc (>= 4.0)
* make
* autoconf >= 2.63
* automake >= 1.11
* libtool
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libglib >= 2.28.0
* GTK+ >= 2.22.0
* libsigrok >= 0.2.0
 
=== sigrok-qt ===
 
'''Note:''' The Qt GUI is not yet usable!
 
* git
* g++
* make
* libtool
* pkg-config >= 0.22
** This is part of the standard [[OpenBSD]] install (not an extra package), apparently.
* libglib >= 2.28.0
* Qt >= 4.5
* libsigrok >= 0.2.0
* libsigrokdecode >= 0.1.0
-->


== Building from source ==
== Building from source ==
Line 118: Line 139:
* [[NetBSD]]
* [[NetBSD]]
* [[Android]]
* [[Android]]
* [[Embedded]]
== FAQ ==
=== Cannot open shared object file: No such file or directory ===
You get the following error:
error while loading shared libraries: libsigrok.so.0: cannot open shared object file: No such file or directory
Run '''ldconfig''' with the proper installation '''lib''' directory where you installed the sigrok related libraries, e.g.:
$ '''sudo ldconfig /usr/local/lib'''
Alternatively, you could also use '''LD_LIBRARY_PATH''', see [[Building#Installing_to_a_non-standard_directory|below]].
=== TEST FAILED: .../lib/python2.7/site-packages/ does NOT support .pth files ===
You get the following error when trying to run [[libsigrok]]'s '''make install''' step:
<small>
TEST FAILED: .../lib/python2.7/site-packages/ does NOT support .pth files
error: bad install directory or PYTHONPATH
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from.  The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
    .../lib/python2.7/site-packages/
and your PYTHONPATH environment variable currently contains:
    '''''''
Here are some of your options for correcting the problem:
* You can choose a different installation directory, i.e., one that is
  on PYTHONPATH or supports .pth files
* You can add the installation directory to the PYTHONPATH environment
  variable.  (It must then also be on PYTHONPATH whenever you run
  Python and want to use the package(s) you are installing.)
* You can set up the installation directory to support ".pth" files by
  using one of the approaches described here:
  https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again.
</small>
This can be fixed using multiple ways (see text above), but the simplest is probably to run:
$ '''PYTHONPATH=.../lib/python2.7/site-packages make install'''
(replace the "..." with the correct path that is shown in your console output)
=== Cannot access USB / serial / other device ===
Please read [[libsigrok]]'s [http://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=README.devices README.devices] file for any extra steps you may need to take to get your specific device working. This includes USB devices (you might need to use a udev rules file), serial devices (you might need permissions for accessing them), and various other devices (you might need firmware/bitstream files, or other things).
Also check the wiki page for [[Supported hardware|your respective device]] as well for more hints.
== Installing to a non-standard directory using LD_LIBRARY_PATH ==
See below for some hints when you want to install sigrok sub-projects into non-standard directories.
In general, you'll need to use '''PKG_CONFIG_PATH''' (so that pkg-config can find all required libraries at configure-/build-time) and '''LD_LIBRARY_PATH''' when running frontends (so that all required libraries are found at runtime). For projects that use the libsigrok Python bindings you also need to use '''PYTHONPATH'''.
You can use '''--prefix''' (for autotools-using projects, i.e. almost all of them) and '''-DCMAKE_INSTALL_PREFIX''' (for cmake-using projects, i.e. [[PulseView]]) to control where the built software shall be installed.
'''TGT=/blah/wop'''
* [[libsigrok]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT'''</tt>
** Installing: <tt>'''PYTHONPATH=$TGT/lib/python2.7/site-packages make install'''</tt>
*** The '''PYTHONPATH''' is only necessary if you're building/installing the libsigrok Python bindings.
*** You may need to adapt the '''PYTHONPATH''' above, depending on your system and on your Python version.
* [[libsigrokdecode]]:
** Configuring: <tt>'''./configure --prefix=$TGT'''</tt>
* [[sigrok-cli]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT'''</tt>
** Running: <tt>'''LD_LIBRARY_PATH=/blah/wop/lib /blah/wop/bin/sigrok-cli'''</tt>
* [[PulseView]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig cmake -DCMAKE_INSTALL_PREFIX:PATH=$TGT .</tt>
** Running: <tt>'''LD_LIBRARY_PATH=$TGT/lib $TGT/bin/pulseview'''</tt>
* [[sigrok-meter]]:
** <tt>'''LD_LIBRARY_PATH=$TGT/lib PYTHONPATH=$TGT/lib/python2.7/site-packages ./sigrok-meter'''</tt>
*** You may need to adapt the '''PYTHONPATH''' above, depending on your system and on your Python version.
== Installing to a non-standard directory using LD_RUN_PATH ==
Instead of '''LD_LIBRARY_PATH''' approach it is possible to specify library search path directly using '''LD_RUN_PATH'''.
You'll need to use '''PKG_CONFIG_PATH''' (so that pkg-config can find all required libraries at configure-/build-time) and '''LD_RUN_PATH''' during linking phase (so that all required libraries are found at runtime). For projects that use the libsigrok Python bindings you also need to use '''PYTHONPATH'''.
Use '''--prefix''' (for autotools-using projects, i.e. almost all of them) and '''-DCMAKE_INSTALL_PREFIX''' (for cmake-using projects, i.e. [[PulseView]]) to control where the built software shall be installed.
'''TGT=/blah/wop'''
* [[libsigrok]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT'''</tt>
** Building: <tt>'''LD_RUN_PATH=$TGT/lib make'''</tt>
** Installing: <tt>'''PYTHONPATH=$TGT/lib/python2.7/site-packages make install'''</tt>
*** The '''PYTHONPATH''' is only necessary if you're building/installing the libsigrok Python bindings.
*** You may need to adapt the '''PYTHONPATH''' above, depending on your system and on your Python version.
* [[libsigrokdecode]]:
** Configuring: <tt>'''./configure --prefix=$TGT'''</tt>
** Building: <tt>'''LD_RUN_PATH=$TGT/lib make'''</tt>
* [[sigrok-cli]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT'''</tt>
** Building: <tt>'''LD_RUN_PATH=$TGT/lib make'''</tt>
* [[PulseView]]:
** Configuring: <tt>'''PKG_CONFIG_PATH=$TGT/lib/pkgconfig cmake -DCMAKE_INSTALL_PREFIX:PATH=$TGT -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE .</tt>
You  can use '''readelf -d elf_file | grep RPATH''' to check if RPATH was successfully set.

Revision as of 19:06, 31 March 2017

This page documents the build requirements for the sigrok subprojects, and contains links to OS-specific instructions to build them from source.

Distribution packages and binaries

See Downloads for distribution packages of the sigrok subprojects and binary builds for various OSes.

See the instructions below if you want to build from source.

Build requirements

libsigrok

Requirements for the C library:

  • git (only needed when building from git)
  • gcc (>= 4.0) or clang
  • make
  • autoconf >= 2.63 (only needed when building from git)
  • automake >= 1.11 (only needed when building from git)
  • libtool (only needed when building from git)
  • pkg-config >= 0.22
    • This is part of the standard OpenBSD install (not an extra package), apparently.
  • libglib >= 2.32.0
  • libzip >= 0.10
  • libserialport >= 0.1.1 (optional, used by some drivers)
  • librevisa >= 0.0.20130412 (optional, used by some drivers)
  • libusb-1.0 >= 1.0.16 (optional, used by some drivers)
    • On FreeBSD, this is an integral part of the FreeBSD libc, not an extra package/library.
    • This is part of the standard OpenBSD install (not an extra package), apparently.
  • libftdi >= 0.16 or libftdi1 >= 1.0 (optional, used by some drivers)
  • libgpib (optional, used by some drivers; only available on Linux)
  • libieee1284 (optional, used by some drivers)
  • check >= 0.9.4 (optional, only needed to run unit tests)
  • doxygen (optional, only needed for the C API docs)
  • graphviz (optional, only needed for the C API docs)

Requirements for the C++ bindings:

  • libsigrok >= 0.4.0 (the libsigrok C library, see above)
  • A C++ compiler with C++11 support (-std=c++11 option), e.g.
    • g++ (>= 4.8.1)
    • clang++ (>= 3.3)
  • autoconf-archive (only needed when building from git)
  • doxygen (required for building the bindings, not only for C++ API docs!)
  • graphviz (optional, only needed for the C++ API docs)
  • Python (2 or 3) executable (development files are not needed)
  • glibmm-2.4 (>= 2.32.0)

Requirements for the Python bindings:

  • libsigrokxx >= 0.4.0 (the libsigrok C++ bindings, see above)
  • Python >= 2.7 or Python >= 3 (including development files!)
  • Python setuptools (for Python 2 or 3)
  • pygobject >= 3.0.0 (for Python 2 or 3), a.k.a python-gi
  • numpy (for Python 2 or 3)
  • SWIG >= 2.0.0
  • doxygen (optional, only needed for the Python API docs)
  • graphviz (optional, only needed for the Python API docs)
  • doxypy (optional, only needed for the Python API docs)

Requirements for the Ruby bindings:

  • libsigrokcxx >= 0.4.0 (the libsigrok C++ bindings, see above)
  • Ruby >= 1.9.3 (including development files!)
  • SWIG >= 3.0.8
  • YARD (optional, only needed for the Ruby API docs)

Requirements for the Java bindings:

  • libsigrokxx >= 0.4.0 (the libsigrok C++ bindings, see above)
  • SWIG >= 2.0.0
  • Java JDK (for JNI includes and the javac/jar binaries)
  • doxygen (optional, only needed for the Java API docs)
  • graphviz (optional, only needed for the Java API docs)

libsigrokdecode

  • git (only needed when building from git)
  • gcc (>= 4.0) or clang
  • make
  • autoconf >= 2.63 (only needed when building from git)
  • automake >= 1.11 (only needed when building from git)
  • libtool (only needed when building from git)
  • pkg-config >= 0.22
    • This is part of the standard OpenBSD install (not an extra package), apparently.
  • libglib >= 2.28.0
  • Python >= 3.2
  • check >= 0.9.4 (optional, only needed to run unit tests)
  • doxygen (optional, only needed for the C API docs)
  • graphviz (optional, only needed for the C API docs)

sigrok-cli

  • git (only needed when building from git)
  • gcc or clang
  • make
  • autoconf >= 2.63 (only needed when building from git)
  • automake >= 1.11 (only needed when building from git)
  • libtool (only needed when building from git)
  • pkg-config >= 0.22
    • This is part of the standard OpenBSD install (not an extra package), apparently.
  • libglib >= 2.32.0
  • libsigrok >= 0.4.0
  • libsigrokdecode >= 0.4.0

PulseView

  • git (only needed when building from git)
  • A C++ compiler with C++11 support (-std=c++11 option), e.g.
    • g++ (>= 4.8.1)
    • clang++ (>= 3.3)
  • make
  • libtool (only needed when building from git)
  • pkg-config >= 0.22
    • This is part of the standard OpenBSD install (not an extra package), apparently.
  • cmake >= 2.8.12
  • libglib >= 2.28.0
  • glibmm-2.4 (>= 2.28.0)
  • Qt5 (including the following components):
    • Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
  • libboost >= 1.55 (including the following libs):
    • libboost-sytem
    • libboost-filesystem
    • libboost-serialization
    • libboost-test (optional, only needed to run unit tests)
  • libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
  • libsigrokdecode >= 0.4.0
  • libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)

Building from source

See the OS-specific build instructions below if you want to build the sigrok subprojects from source:

FAQ

Cannot open shared object file: No such file or directory

You get the following error:

error while loading shared libraries: libsigrok.so.0: cannot open shared object file: No such file or directory

Run ldconfig with the proper installation lib directory where you installed the sigrok related libraries, e.g.:

$ sudo ldconfig /usr/local/lib

Alternatively, you could also use LD_LIBRARY_PATH, see below.

TEST FAILED: .../lib/python2.7/site-packages/ does NOT support .pth files

You get the following error when trying to run libsigrok's make install step:

TEST FAILED: .../lib/python2.7/site-packages/ does NOT support .pth files
error: bad install directory or PYTHONPATH

You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from.  The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    .../lib/python2.7/site-packages/

and your PYTHONPATH environment variable currently contains:

    ''

Here are some of your options for correcting the problem:

* You can choose a different installation directory, i.e., one that is
  on PYTHONPATH or supports .pth files

* You can add the installation directory to the PYTHONPATH environment
  variable.  (It must then also be on PYTHONPATH whenever you run
  Python and want to use the package(s) you are installing.)

* You can set up the installation directory to support ".pth" files by
  using one of the approaches described here:

  https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations

Please make the appropriate changes for your system and try again.

This can be fixed using multiple ways (see text above), but the simplest is probably to run:

$ PYTHONPATH=.../lib/python2.7/site-packages make install

(replace the "..." with the correct path that is shown in your console output)

Cannot access USB / serial / other device

Please read libsigrok's README.devices file for any extra steps you may need to take to get your specific device working. This includes USB devices (you might need to use a udev rules file), serial devices (you might need permissions for accessing them), and various other devices (you might need firmware/bitstream files, or other things).

Also check the wiki page for your respective device as well for more hints.

Installing to a non-standard directory using LD_LIBRARY_PATH

See below for some hints when you want to install sigrok sub-projects into non-standard directories.

In general, you'll need to use PKG_CONFIG_PATH (so that pkg-config can find all required libraries at configure-/build-time) and LD_LIBRARY_PATH when running frontends (so that all required libraries are found at runtime). For projects that use the libsigrok Python bindings you also need to use PYTHONPATH.

You can use --prefix (for autotools-using projects, i.e. almost all of them) and -DCMAKE_INSTALL_PREFIX (for cmake-using projects, i.e. PulseView) to control where the built software shall be installed.

TGT=/blah/wop

  • libsigrok:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT
    • Installing: PYTHONPATH=$TGT/lib/python2.7/site-packages make install
      • The PYTHONPATH is only necessary if you're building/installing the libsigrok Python bindings.
      • You may need to adapt the PYTHONPATH above, depending on your system and on your Python version.
  • libsigrokdecode:
    • Configuring: ./configure --prefix=$TGT
  • sigrok-cli:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT
    • Running: LD_LIBRARY_PATH=/blah/wop/lib /blah/wop/bin/sigrok-cli
  • PulseView:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig cmake -DCMAKE_INSTALL_PREFIX:PATH=$TGT .
    • Running: LD_LIBRARY_PATH=$TGT/lib $TGT/bin/pulseview
  • sigrok-meter:
    • LD_LIBRARY_PATH=$TGT/lib PYTHONPATH=$TGT/lib/python2.7/site-packages ./sigrok-meter
      • You may need to adapt the PYTHONPATH above, depending on your system and on your Python version.

Installing to a non-standard directory using LD_RUN_PATH

Instead of LD_LIBRARY_PATH approach it is possible to specify library search path directly using LD_RUN_PATH.

You'll need to use PKG_CONFIG_PATH (so that pkg-config can find all required libraries at configure-/build-time) and LD_RUN_PATH during linking phase (so that all required libraries are found at runtime). For projects that use the libsigrok Python bindings you also need to use PYTHONPATH.

Use --prefix (for autotools-using projects, i.e. almost all of them) and -DCMAKE_INSTALL_PREFIX (for cmake-using projects, i.e. PulseView) to control where the built software shall be installed.

TGT=/blah/wop

  • libsigrok:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT
    • Building: LD_RUN_PATH=$TGT/lib make
    • Installing: PYTHONPATH=$TGT/lib/python2.7/site-packages make install
      • The PYTHONPATH is only necessary if you're building/installing the libsigrok Python bindings.
      • You may need to adapt the PYTHONPATH above, depending on your system and on your Python version.
  • libsigrokdecode:
    • Configuring: ./configure --prefix=$TGT
    • Building: LD_RUN_PATH=$TGT/lib make
  • sigrok-cli:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig ./configure --prefix=$TGT
    • Building: LD_RUN_PATH=$TGT/lib make
  • PulseView:
    • Configuring: PKG_CONFIG_PATH=$TGT/lib/pkgconfig cmake -DCMAKE_INSTALL_PREFIX:PATH=$TGT -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE .


You can use readelf -d elf_file | grep RPATH to check if RPATH was successfully set.