トップ «前の日記(2014年06月14日) 最新 次の日記(2014年08月09日)» 編集

Masa's blog

検索キーワード:

2014年06月15日 Install lmms-1.0.2 on Slackware-14.0 [長年日記]

_ Install lmms-1.0.2 on Slackware-14.0

libsamplerate-0.1.8

$ tar xvvf libsamplerate-0.1.8.tar.gz
$ cd libsamplerate-0.1.8
$ ./configure && make
# make install && ldconfig

lmms-1.0.2

$ tar xvvf lmms-1.0.2-src.tar.bz2
$ cd lmms-1.0.2
$ mkdir build
$ cd build
$ cmake -DCMAKE_EXE_LINKER_FLAGS="-lfontconfig -lXft -lXinerama" ..
$ make
# make install && ldconfig