- Updated doc for V0.03-1 release

This commit is contained in:
Santi Noreña 2013-03-02 15:55:47 +01:00
parent 794552bdea
commit 4fea8ae181
9 changed files with 43 additions and 48 deletions

View file

@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License along with thi
If you have troubles, or you are in another distro, you can try compiling from the source code.
0. Requisites
tcl tk --> To compile Pure Data, not necesary to execute it.
tcl tk --> To compile Pure Data, not necesary to execute it without GUI (-gui option in command line)
alsa-dev
make
qt4-qmake
@ -30,6 +30,7 @@ If you have troubles, or you are in another distro, you can try compiling from t
gcc
g++
libtiff-dev -> ola2jpg
libmagick++-dev -> In Debian Wheezy libmagick++5-dev; In Ubuntu Precise libmagick++4-dev
1. Building pd
$./autogen.sh
@ -68,26 +69,14 @@ cd ola2pd
3.2 Gem + pix2jpg
First we must build ImageMagick:
$ cd ImageMagick
$ ./configure
$ make
$ sudo make install
Build Gem and pix2jpg:
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
$ cd Gem
$ ./autogen.sh
$ ./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/* ./../bin
$ cp $HOME/pd-externals/* ./../externals
3.3 fileselector
@ -109,7 +98,3 @@ cd ola2pd
..........