1First install JACK and projectM 1.0
2
3cmake . -DCMAKE_BUILD_TYPE=RELEASE
4make
5make install
6
7You may need to type ccmake . and change the PREFIX if your system prefers /usr instead of /usr/local.