openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
258 stars 45 forks source link

Compile failure #94

Closed RoaringGirl closed 10 years ago

RoaringGirl commented 10 years ago

I am trying to compile, and I am receiving this error message: :~/Desktop/openAV-Luppp-master/build$ ./compile.sh ./compile.sh: line 13: cmake: command not found

How can this be fixed? thanks

harryhaaren commented 10 years ago

Hi @RoaringGirl

In order to compile & install Luppp you'll need to have some tools installed. CMake is one of these tools. If you're running Ubuntu or so, sudo apt-get install cmake will get cmake installed on your system. Have a look at the README file for libraries you'll need to have installed to make Luppp work.

Cheers, -Harry