File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1816cd java/
@@ -22,6 +20,17 @@ git add java
2220git 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+
2534Acknowledgments
2635====
2736
You can’t perform that action at this time.
0 commit comments