Login  Register

Re: Plans for new Piano Booster release version 7.2

Posted by robert1968 on Feb 19, 2020; 4:04pm
URL: http://piano-booster.139.s1.nabble.com/Plans-for-new-Piano-Booster-release-version-7-2-tp7572786p7572799.html

Hi,

I didn't have cmake so i run
apt install cmake
Then running cmake .. but it failed:

CMake Error at
  Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY

Then i installed
apt-get install libgl1-mesa-dev

Next error message:
 No package 'ftgl' found

So installed
apt-get install libftgl-dev

Next message:
 Could not find a package configuration file provided by "Qt5" with any of the following names:
    Qt5Config.cmake
    qt5-config.cmake

running:
apt-file search Qt5CoreConfig.cmake
and then this:
apt install qtbase5-dev

Next error:
 Could not find a package configuration file provided by "Qt5LinguistTools"

running:
apt install qttools5-dev

Next error:
Could not find a package configuration file provided by "Qt5OpenGL"
running:
apt install libqt5opengl5-dev

No package 'rtmidi' found

So i'm blokked now.


Can you please advise what package to install?

Best regards,
Robert