I end up extracting all of these files which certainly do not belong in my personal directory, unless maybe I move the cmake file into the /usr/bin/? and add it to some registry?
It looks like I may only have to do this one thing, unless cmake will require access to its parent directory.Building LMMS got quite simple since 0.4.0 as everything is managed
by cmake now. Therefore make sure you have CMake (>= 2.6.0 recommended) and
then run
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
Will this work?



Adv Reply

Bookmarks