blob: 74dc31e202b33ea471a7c05d9d29c5d178035b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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'
|