im sort of new to Linux and i'd like some advice on how to build CalcProgrammer on Ubuntu 16.04 LTS.
()
It is an LED keyboard audio visualizer which works with some Razer Chroma devices.
The way it says to build it is this:
-To build this project in Linux, install QT Creator and libopenal-dev, libhidapi-dev and open/build the .pro file.
I have QT Creator, i know how to install libopenal-dev and libhidapi-dev through terminal, i just need tips on how to build the .pro file for CalcProgrammer.
1 Answer
At first we need to install development packages:
sudo apt-get install git build-essential qt4-dev-tools libopenal-dev \
qt4-default libhidapi-dev Then clone git repository and compile the source code:
git clone
cd KeyboardVisualizer
qmake-qt4
makeBut after running the last command I get error messages on clean Ubuntu 16.04 LTS amd64.
I reported bug 226 to official GitHub issue tracker.