- Modifications to compile ImageMagick
This commit is contained in:
parent
615ec83706
commit
83522c16c3
3442 changed files with 57 additions and 412926 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue