-
Notifications
You must be signed in to change notification settings - Fork 124
Development Environment
PINN is built using Ubuntu 14.04 on x86 PC. Later versions do not work with the current configuration.
sudo apt-get install build-essential rsync texinfo libncurses-dev whois unzip bc qt4-linguist-tools libssl-dev git
Also needed is bsdtar v3.3.1 which can be built as follows:
wget https://www.libarchive.org/downloads/libarchive-3.3.1.tar.gz tar xzf libarchive-3.3.1.tar.gz cd libarchive-3.3.1 ./configure make sudo make install
if make install doesn't work (Raspbian), just copy bsdtar to /usr/bin.
If your build machine also has some QT5 components, it is useful to export QT_SELECT=4 before building to ensure the QT4 component versions are selected.
For Qt5: sudo apt-get install qt5-default
For Qt4: sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui (qtcreator)