[PD-cvs] externals/loaders README,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Oct 17 17:06:46 CEST 2007


Update of /cvsroot/pure-data/externals/loaders
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10364

Modified Files:
	README 
Log Message:
added hexloader description


Index: README
===================================================================
RCS file: /cvsroot/pure-data/externals/loaders/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README	11 Dec 2006 04:25:04 -0000	1.1
--- README	17 Oct 2007 15:06:44 -0000	1.2
***************
*** 24,25 ****
--- 24,48 ----
  out of the pure-data CVS.  Otherwise, just drop these into any working
  externals build system and they should compile, they are very simple C files.
+ 
+ ---------
+ hexloader
+ ---------
+ 
+ 
+ This package provides support for the loading objectclasses with special characters
+ It should work with any version of Pd 0.40 or newer.
+ 
+ To install, copy the files for your platform into your "extra" folder and the
+ help patches to the "doc/5.reference" folder.  You will need to load the
+ hexloader.dll/hexloader.pd_linux/hexloader.pd_darwin as a library before trying to load
+ any objects with special characters
+ 
+ You can add a library in several ways:
+  - add this text to one of the fields in the "Startup" prefs:  hexloader
+  - load it on the command line with this:  -lib hexloader
+  - create an object [declare -lib hexloader] in your main patch
+  - create an object [hexloader]
+ 
+ If you want to compile these yourself, changedir into ./hexloader and run "make"
+ 
+ for more information see the README.txt in the hexloader/ folder





More information about the Pd-cvs mailing list