- Little cosmetic changes

- Deleted biaries files
This commit is contained in:
Santi Noreña 2013-02-05 11:20:53 +01:00
parent 0e054976f3
commit 62947ac256
39 changed files with 833 additions and 140 deletions

View file

@ -26,26 +26,26 @@ If you have troubles, or you are in another distro, you can try compiling from t
tk
alsa-dev
make
qt4-qmake
configure
gcc
Qt
Imagemagick++ dev files
g++
libimagemagick++5
libimagemagick++-dev
1. Building pd
./autogen.sh
./configure
make
$./autogen.sh
$./configure
$make
2. Building ola
./configure
make
$./configure
$make
3. Build pd externals
3.1 ola2pd
You need the file m_pd.h
# Compile and install flext
svn co https://svn.grrrr.org/ext/trunk/flext flext
@ -71,9 +71,9 @@ cd externals/ola2pd/
3.2 Gem + pix2jpg
$ ./autogen.sh
$ ./configure --with-pd=../pd-0.44-2/src --prefix=$HOME/pd-externals
$ ./configure --with-pd=./ --prefix=$HOME/pd-externals
$ make
$ make install
$ cp $HOME/pd-externals/* ./pd
3.3 fileselector
make
@ -81,7 +81,12 @@ cd externals/ola2pd/
4. LibreMediaserver
Open the file libremediaserver.pro with QtCreator and compile it. ./configure --with-pd=../pd-0.44-2/src --prefix=$HOME/Gem
Open the file libremediaserver.pro with QtCreator and compile it.
or
$ qmake-qt4 libremediaserver.pro -r -spec linux-g++
$ make -w in ./src folder