zektbach / oscp5

Automatically exported from code.google.com/p/oscp5
0 stars 0 forks source link

examples depend on controlPS library #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install oscPS
2. open the "Broadcast Tester" example
3. try to run it

What is the expected output? What do you see instead?

The example doesn't compile because it needs another library, controlP5.

The most basic examples provided with a library should not depend on other 
libraries unless strictly necessary.
If that is the case (i.e. it's necessary), then you should consider to either:
- distribute both libraries in a single bundle, or
- mention this dependency in the readme and in the official library webpage, so 
that the user installing the library knows that it depends on another in order 
to be able to run even the basic examples.

Nothing is said about this dependency anywhere. One figures out when compiling 
the example fails.

What version of the product are you using? On what operating system?
http://www.sojamo.de/libraries/oscp5/download/oscP5-0.9.9.zip
on Ubuntu 14.04 with processing 2.1.1

Please provide any additional information below.

Original issue reported on code.google.com by matteosi...@gmail.com on 9 Aug 2014 at 2:14