LInux(debian) issues found when following the documentation
Hello everyone, I have been trying to install openpass and it's dependencies and we are facing some problems that I will describe here
- qt5-default not longer in deb repo (modified with qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools )
- dos2unix not mentioned on installation prerequisites until needed
- boost not mentioned on installation prerequisites (will cause an error when trying to build openpass) proposal:
wget https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.bz2
tar --bzip2 -xf boost_1_72_0.tar.bz2
cd boost_1_72_0
./bootstrap.sh
./b2 install
- compilers for linux on install required packages are not specified (but they are on furher steps such as openpass cmake (9 version)
- on executing make -j3 on openpass, it will throw this error