diff options
author | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:56 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-03-10 00:01:56 +0000 |
commit | d8847bccfcc9ac116d81cd18ce485f5595e7f6bb (patch) | |
tree | 96cb0fd40422be9c1134f3b798e0123dbe2b24c2 /README.txt | |
parent | e6fab9c5c8c0a32bbb1ef95e9bff5abc5a773bf5 (diff) |
changed to single external style ...
svn path=/trunk/externals/OSCx/; revision=1399
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -4,14 +4,20 @@ for more information on OSC see: http://cnmat.cnmat.berkeley.edu/OSC they also have an osc_dev mailinglist. primary source for pd: http://lena.ucsd.edu/~msp/ -ok, merged the windows and linux trees. +to build run +./configure +make +make install + + +merged the windows and linux trees. for linux do the usual makes etc, for window either use extra/OSC.dll, .dsw and .dsp files are also included. files: -OSC/ contains the code for OSC pd objects (send,dump,route) +src/ contains the code for OSC pd objects (send,dump,route) README.txt this file doc/ pd help files extra/ OSC.dll, the windows binary @@ -22,6 +28,9 @@ send+dump/ CNMAT's OSC commandline utils log: + 20040409: changed build setup to suit externals build system + single object objects, no lib + 20030531: added OSCroute /* (route everything) hard-fix 20030527: added sending to broadcast address capability to htmsocket |