Bio++ Qt Graphic Library
To install:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ..
If Qt5 is installed in a non-standard place (for instance using homebrew on MacOS):
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -DQt5_DIR=/usr/local/opt/qt5/lib/cmake/Qt5 ..
Then
make install
(Assuming all dependencies have previously been installed.)