Building IPBus Software

From pCT
Revision as of 09:09, 30 January 2020 by Ogr043 (talk | contribs) (Created page with "Version used: ipbus-software-v2.7.0 (firmware version used is ipbus-firmware-v1.6) <syntaxhighlight lang="bash"> $ git clone https://github.com/ipbus/ipbus-software.git $ cd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Version used: ipbus-software-v2.7.0 (firmware version used is ipbus-firmware-v1.6)

$ git clone https://github.com/ipbus/ipbus-software.git

$ cd ipbus-software/

$ cd boost_1_70_0/

$ git checkout v2.7.0

$ make EXTERN_BOOST_INCLUDE_PREFIX=/opt/boost-v1.7-python3/include EXTERN_BOOST_LIB_PREFIX=/opt/boost-v1.7-python3/lib -j4

$ sudo make install prefix=/opt/ipbus-v2.7.0

Remember to add ipbus-software details to your environment, e.g. /etc/bashrc:

export PATH=$PATH:/opt/ipbus-v2.7.0/bin

export LD_LIBRARY_PATH=/opt/ipbus-v2.7.0/lib:$LD_LIBRARY_PATH

export PYTHONPATH=/opt/ipbus-v2.7.0/lib:$PYTHONPATH