diff options
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' + + + |