Skip to content

Commit 88cd1c0

Browse files
committed
adjust README for propane
1 parent fd1f412 commit 88cd1c0

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
### README
2+
Remember you need to install processing sound library this way:-
3+
4+
```bash
5+
propane --install Sound
6+
```
7+
8+
To install other contributed libraries eg `minim` [see documentation][docs]
9+
10+
[docs]:https://ruby-processing.github.io/propane/contributed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
###README
1+
### README
2+
Remember you need to install processing video library this way:-
23

3-
You will need to install the video library from processing.org (since it is no longer included in the vanilla processing distro), this is easiest done from the processing ide, see the [Dan Shiffman video][] on video capture.
4-
[Dan Shiffman video]:http://vimeo.com/115436609
4+
```bash
5+
propane --install Video
6+
```
7+
8+
To install other contributed libraries eg `minim` [see documentation][docs]
59

610
NB: `captureEvent` and `videoEvent` both need the `video_event` library to be loaded (to access poxy java reflection methods).

0 commit comments

Comments
 (0)