Update of /cvsroot/pure-data/externals/iem/pdoctave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27512
Modified Files: Readme.txt Removed Files: test_pdoctave.pd Log Message: removed my ugly testpatch, updated Readme.txt to be more portable.
Index: Readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/pdoctave/Readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Readme.txt 21 Mar 2006 08:54:08 -0000 1.2 --- Readme.txt 11 Apr 2006 13:36:09 -0000 1.3 *************** *** 19,24 **** please edit the linker parameters in "Makefile" to match your pd-sources paths type "make" TESTING: ! "pd -lib pdoctave test_pdoctave.pd"
This code collection consists of four pd-objects: --- 19,28 ---- please edit the linker parameters in "Makefile" to match your pd-sources paths type "make" + + ADD THE FOLLOWING LINE TO YOUR ~/.octaverc (Pathdefinition) and modify the path to your personal pdoctave path (the second slash is mandatory) + ' LOADPATH = ":/home/franz/pdoctave//" ' + TESTING: ! "pd -lib pdoctave pdoctave-help.pd"
This code collection consists of four pd-objects:
--- test_pdoctave.pd DELETED ---