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_frei0r/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_frei0r/INSTALL')
-rw-r--r-- | pdp_frei0r/INSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pdp_frei0r/INSTALL b/pdp_frei0r/INSTALL new file mode 100644 index 0000000..551090b --- /dev/null +++ b/pdp_frei0r/INSTALL @@ -0,0 +1,20 @@ +1. Download Frei0r specs and plugins, here: http://www.piksel.org/frei0r + + darcs get http://darcs.gephex.org/frei0r/frei0r--main--1.1 + cd to the frei0r-plugins-x.y.z directory + compile the plugins:: + cd to plugins and type 'scons' + install the plugins:: + type 'scons install' + +2. Download pdp_frei0r-0.1.tar.gz from http://www.artefacte.org/pd/pdp_frei0r-0.1.tar.gz + + untar the pdp_frei0r-0.1.tar.gz file + cd in to the pdp_frei0r-0.1 directory + + edit the Makefile.config file and change the path to the pd (m_pd.h), pdp (pdp.h) sources + and frei0r plugin directory (.so) if needed. + + type 'make' + + to load the pdp_frei0r help file type 'pd -nrt -lib pdp:pdp_frei0r help_pdp_frei0r.pd' |