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 /videogrid/INSTALL_videogrid |
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 'videogrid/INSTALL_videogrid')
-rwxr-xr-x | videogrid/INSTALL_videogrid | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/videogrid/INSTALL_videogrid b/videogrid/INSTALL_videogrid new file mode 100755 index 0000000..1733d70 --- /dev/null +++ b/videogrid/INSTALL_videogrid @@ -0,0 +1,48 @@ + +VIDEOGRID INSTALL + +[ENG] + +In order to compile this source it must have the library QuickTime and the source code of Puredata. + +tar xzvf videogrid[-version].tar.gz in folder pd/extra/ o edit file Makefile modifying the value of PD_SRC whit the correct path location of the pd/src/. If you don't have ir, download and copy the src/ folder into pd/ folder. + +$ cd videogrid[-version] + +# make clean + +# make + +# make install + +now you can open example: help-videogrid.pd + +$ pd help-videogrid.pd + +Thanks. + +Sergi Lario +slario(at)gmail.com + +[CAT] + +Per compilar el codi font cal disposar de la biblioteca QuickTime i el codi font de Puredata. + +tar xzvf videogrid[-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/. Si no el tens el pots descarregar i copiar la carpeta src/ dins el directori pd/ + +$ cd videogrid[-versio] + +# make clean + +# make + +# make install + +ara ja pots obrir l'exemple help-videogrid.pd + +$ pd help-videogrid.pd + +Gràcies. + +Sergi Lario +slario(at)gmail.com |