トップ «前の日記(2013年10月15日) 最新 次の日記(2013年11月03日)» 編集

Masa's blog

検索キーワード:

2013年10月25日 Install of LMMS(Linux MultiMedia Studio) on Slackware-14.0 [長年日記]

_ Install of LMMS(Linux MultiMedia Studio) on Slackware-14.0

pulseaudio-4.0.tar.xz

$ tar xvvf pulseaudio-4.0.tar.xz
$ cd pulseaudio-4.0
$ ./configure && make

# make install && ldconfig

fluidsynth-1.1.6.tar.bz2

$ tar xvvf fluidsynth-1.1.6.tar.bz2
$ cd fluidsynth-1.1.6.
$ ./configure && make

# make install && ldconfig

json-c-0.9.tar.gz

$ tar xvvf json-c-0.9.tar.gz
$ cd json-c-0.9
$ ./configure && make

# make install && ldconfig

stk-4.4.4.tar.gz

$ tar xvvf stk-4.4.4.tar.gz
$ cd stk-4.4.4
$ LDFLAGS=-lpthread ./configure
$ LDFLAGS=-lpthread make

# mkdir /usr/lib
# cp src/libstk.a /usr/lib/
# mkdir /usr/include/stk
# cp include/* /usr/include/stk/
# mkdir /usr/share/stk/rawwaves
# cp rawwaves/* /usr/share/stk/rawwaves/

lmms-0.4.15.tar.bz2

$ tar xvvf lmms-0.4.15.tar.bz2
$ cd lmms-0.4.15
$ mkdir build
$ cd build
$ cmake ../
$ make

# make install && ldconfig

SGM-V2.01.7z

$ 7z x SGM-V2.01.7z
$ mkdir ~/lmms/SoundFonts
$ cp SGM-V2.01.sf2 ~/lmms/SoundFonts/