- Modifications to compile ImageMagick

This commit is contained in:
Santi Noreña 2013-02-19 18:37:48 +01:00
parent 615ec83706
commit 83522c16c3
3442 changed files with 57 additions and 412926 deletions

View file

@ -29,8 +29,6 @@ If you have troubles, or you are in another distro, you can try compiling from t
configure
gcc
g++
libimagemagick++5
libimagemagick++-dev
1. Building pd
$./autogen.sh
@ -69,10 +67,21 @@ cd ola2pd
3.2 Gem + pix2jpg
$ cd Gem
$ ./autogen.sh
$ ./configure --with-pd=./ --prefix=$HOME/pd-externals
First we must build ImageMagick:
$ cd ImageMagick
$ ./configure
$ make
$ 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
$ ./autogen.sh
$ ./configure --with-pd=./ --prefix=$HOME/pd-externals
$ make
$ make install
$ cd ..
$ cp $HOME/pd-externals/* ./pd