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 /pdp_freeframe/INSTALL |
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 'pdp_freeframe/INSTALL')
-rw-r--r-- | pdp_freeframe/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pdp_freeframe/INSTALL b/pdp_freeframe/INSTALL new file mode 100644 index 0000000..74dc31e --- /dev/null +++ b/pdp_freeframe/INSTALL @@ -0,0 +1,21 @@ +1. Download FreeFrame1.0-05.tar.gz from http://sourceforge.net/projects/freeframe/ + + untar and cd to the FreeFrame1.0-05 directory + you have the binary plugins in the plugins_bin directory but you will need to compile the plugins to be sure that work. + compile the plugins:: + cd to plugins_src/PetesPluginsLinux/ and type 'make' + +2. Download pdp_freeframe.tar.gz from http://www.artefacte.org/pd/pdp_freeframe.tar.gz + + untar the pdp_freeframe.tar.gz file + cd in to the pdp_freeframe directory + + edit the Makefile.config file and change the path to the pd and pdp sources i + and to the Free Frame plugins (*.so files) + + type 'make' + + to load the pdp_freeframe help file type 'pd -nrt -lib pdp:pdp_freeframe help_pdp_freeframe.pd' + + + |