$ tar -xjf tar -xjf roccat-tools-X.X.X.tar.bz2
$ cd roccat-tools-X.X.X
$ mkdir build
$ cd build
$ CFLAGS="-isystem /usr/include/harfbuzz" cmake -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_LUA=5.3 ..
$ make
$ sudo make install
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is currently a problem finding halbuzz. See , for example:
https://gitlab.kitware.com/cmake/cmake/issues/19531
Did succecessfully compile and install with:
$ tar -xjf tar -xjf roccat-tools-X.X.X.tar.bz2
$ cd roccat-tools-X.X.X
$ mkdir build
$ cd build
$ CFLAGS="-isystem /usr/include/harfbuzz" cmake -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_LUA=5.3 ..
$ make
$ sudo make install