- Updated Gem sources to Gem project. Compiled Gem and pix2jpg.

This commit is contained in:
Santi Noreña 2013-02-25 13:10:14 +01:00
parent 0ce5174bec
commit 5b47c73cce
31 changed files with 421 additions and 1153 deletions

View file

@ -29,6 +29,7 @@ If you have troubles, or you are in another distro, you can try compiling from t
configure
gcc
g++
libtiff-dev -> ola2jpg
1. Building pd
$./autogen.sh
@ -72,19 +73,21 @@ cd ola2pd
$ cd ImageMagick
$ ./configure
$ make
$ make install
$ sudo make install
Build Gem and pix2jpg:
Crear enlace /usr/local/lib/libMagick++6-Q16.so apuntando a /usr/local/lib/libMagick++-6.Q16.so.1.0.0
copiar includes al dir de pix2jpg
$ cd Gem
Make a simbolic link in /usr/local/lib named libMagick++6-Q16.so pointing to libMagick++6.Q16.so.1.0.0
or rename this file to that name.
$ cd Gem
$ ./autogen.sh
$ ./configure --with-pd=./ --prefix=$HOME/pd-externals
$ make
$ ./configure --with-pd=/path/to/pd/source --prefix=$HOME/pd-externals
comment the line 65 in the Makefile in /plugins/ImageMagick. It fails compiling.
$ make
$ make install
$ cd ..
$ cp $HOME/pd-externals/* ./pd
$ cp $HOME/pd-externals/* ./../bin
3.3 fileselector
@ -102,7 +105,9 @@ cd ola2pd
$ qmake-qt4 libremediaserver.pro -r -spec linux-g++
$ make -w
5. Putting all together.
..........