PDA

View Full Version : [ubuntu] How to install LMMS



JoeyF
June 30th, 2009, 12:36 AM
I downloaded the package, Ran it, Went to the program list,
I opened the installer, Go to the program list, But when i open it it says:
"Error stating file '/usr/bin/lmms': No such file or directory"
How can i get it to work?
Thanks.
I am using 8.10

neu2buntu
July 6th, 2009, 10:44 PM
are you trying to install from source or through synaptic, if from source you need to run these commands (1 at a time) inside the "lmms" directory through the terminal


mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

i can walk you through this if unsure how to do this.......