Changeset 23 for oscgroups/trunk/README
- Timestamp:
- 09/22/05 13:20:34 (3 years ago)
- Files:
-
- oscgroups/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oscgroups/trunk/README
r7 r23 39 39 40 40 OSCgroups is implemented using oscpack, a simple C++ library for 41 packing and unpacking OSC messages. This release must be built with42 t he acompanying version of oscpack which has not been released43 elsewhere yet.41 packing and unpacking OSC messages. In general you should try 42 to build OSCgroups with a similarly timestamped snapshot of 43 oscpack. 44 44 45 45 To compile oscgroups, unzip the oscgroups and oscpack archives 46 to obtain the following directory structure: 46 (or check out from the svn repository) to obtain the following 47 directory structure: 47 48 48 49
