Skip to content

Commit ee78a15

Browse files
committed
updated readme
1 parent 0c3b383 commit ee78a15

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Getting Started:
1010

1111
* You can also pull in the Java repo after cloning the repository with ```git submodule update --init```.
1212

13-
* Set the appropriate paths in the resources/build.properties file.
14-
15-
* For example, in order to update the Java sumbodule with the latest upstream changes and then commit the update, you would do:
13+
* In order to update the Java sumbodule with the latest upstream changes and then commit the update, you would do:
1614

1715
```bash
1816
cd java/
@@ -22,6 +20,17 @@ git add java
2220
git commit java -m "Updated java submodule"
2321
```
2422

23+
* Set the appropriate paths in the resources/build.properties file.
24+
25+
* Build the Processing library:
26+
27+
```bash
28+
cd resources
29+
ant
30+
```
31+
32+
The library package should be created inside the distribution folder, and it should also be installed in the sketchbook folder
33+
2534
Acknowledgments
2635
====
2736

0 commit comments

Comments
 (0)