diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2007-10-24 20:37:21 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2007-10-24 20:37:21 +0000 |
commit | 3c050000c6918b77a353583999e6e810aa675fda (patch) | |
tree | fc6aab7c92efb156966f5c926517f2f02e7b417e /imagegrid/INSTALL_imagegrid |
This commit was generated by cvs2svn to compensate for changes in r8875,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/pdvjtools/; revision=8876
Diffstat (limited to 'imagegrid/INSTALL_imagegrid')
-rwxr-xr-x | imagegrid/INSTALL_imagegrid | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/imagegrid/INSTALL_imagegrid b/imagegrid/INSTALL_imagegrid new file mode 100755 index 0000000..cf0b94d --- /dev/null +++ b/imagegrid/INSTALL_imagegrid @@ -0,0 +1,48 @@ + +IMAGEGRID INSTALL + +[ENG] + +In order to compile this source code it must have the library ImageMagick and the source code of Puredata. + +tar xzvf imagegrid[-version].tar.gz in folder pd/extra/ or edit file Makefile modifying the value of variable PD_SRC with the correct path location of the pd/src/. If you don't have it, download and copy the src/ folder into pd/ folder. + +$ cd imagegrid[-version] + +# make clean + +# make + +# make install + +now you can open example: help-imagegrid.pd + +$ pd help-imagegrid + +Thanks. + +Sergi Lario +slario(at)gmail.com + +[CAT] + +Per compilar el codi font cal disposar de la biblioteca ImageMagick i el codi font de Puredata. + +tar xzvf imagegrid[-versio].tar.gz en el directori pd/extra/ o bé edita el fitxer Makefile modificant el valor de la variable PD_SRC amb el path correcte del codi font de pd/src/. Sinó el tens el pots descarregar i copiar la carpeta src/ dins el directori pd/ + +$ cd imagegrid[-versio] + +# make clean + +# make + +# make install + +ara ja pots obrir l'exemple help-imagegrid.pd + +$ pd help-imagegrid + +Gràcies. + +Sergi Lario +slario(at)gmail.com |