Compile lmms
HEY!! THIS IS ONLY A DRAFT!!!!!!!!! DO NOT FOLLOW!!!!!!!
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git cmake libasound2-dev libjack-dev libsdl-sound1.2-dev libsdl1.2-dev libsdl-mixer1.2-dev libvorbis-dev libvorbisfile3 libvorbisenc2 libsamplerate0-dev libstk0-dev stk wine1.3-dev libfftw3-dev libfluidsynth-dev portaudio19-dev libzip-dev librdf0-dev libflac++-dev qt4-dev-tools build-essential libfreetype6-dev libxinerama-dev libxft-dev
sudo apt-get install libjpeg-dev
sudo apt-get install git cmake libasound2-dev libjack-dev libsdl-sound1.2-dev libsdl1.2-dev libsdl-mixer1.2-dev libvorbis-dev libvorbisfile3 libvorbisenc2 libsamplerate0-dev libstk0-dev stk wine1.3-dev libfftw3-dev libfluidsynth-dev portaudio19-dev libzip-dev librdf0-dev libflac++-dev libxft-dev libfreetype6-dev libxinerama-dev gcc-multilib g++-multilib qt4-dev-tools build-essential
______________________________
sudo apt-get remove libslv2-dev
sudo apt-get build-dep libslv2-dev
sudo apt-get install debhelper dh-apparmor doxygen html2text intltool-debian po-debconf
___________________________________
IT can take the most popular formats like VST so this is a good place
http://www.kvraudio.com/plugin-ranks.php
IIRC you only need to put the dll file of the download in your VST folder (probably something like C/programs/vst), ou if it is a exe indicate that folder.
A good collection of great instruments.
http://www.dskmusic.com/
Also a easy to navegate.
http://www.vst4free.com/
ADDITIONAL FOR X64 SYSTEMS:
sudo apt-get install libxft-dev libfreetype6-dev libxinerama-dev gcc-multilib g++-multilib
GET AND COMPILE LMMS:
cd ~
git clone git://lmms.git.sourceforge.net/gitroot/lmms/lmms
cd lmms
cmake .
make
sudo make install (or checkinstall to make a deb-package)
lmms
________________________________
Alt. way to compile:
mkdir build target
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../target
To update the source, enter lmms directory and type:
git pull
Dependencies lmms in Fedora
libasound2-dev alsa-lib-devel
libjack0.100.0-dev jack-audio-connection-kit-devel
portaudio19-dev
libsdl1.2-dev
libogg-dev
libvorbis-dev
libflac++-dev
libfluidsynth-dev
libstk0-dev
(lib)wine-dev
gcc-multilib and g++-multilib (for 64 bit)
librdf0-dev, redland-devel
libfftw3-dev
libzip-dev
libfftw3-dev
sudo yum -y install git cmake libasound2-dev libjack-dev libsdl-sound1.2-dev libsdl1.2-dev libsdl-mixer1.2-dev libvorbis-dev libvorbisfile3 libvorbisenc2 libsamplerate0-dev libstk0-dev stk wine1.3-dev libfftw3-dev libfluidsynth-dev portaudio19-dev libzip-dev librdf0-dev libflac++-dev qt4-dev-tools build-essential
Recent Comments