You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doclet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ You also need to have [Apache Ant](https://ant.apache.org/manual/install.html) i
22
22
Now run the Doclet:
23
23
24
24
1. First move into the `processing4/doclet/ReferenceGenerator` folder
25
-
1. Run `ant compile`
26
-
1. Run `./processingrefBuild.sh`
25
+
2. Run `ant compile`
26
+
3. Run `./processingrefBuild.sh`**note:if you want to run the script just for the main processing references(including libraries serial, net and io) you should run `./processingrefBuild.sh processing` and if you want to run the script for sound or video library you should run `./processingrefBuild.sh sound` or `./processingrefBuild.sh video`**
27
27
28
28
If you are only updating the processing reference and not the sound or video libraries, you can comment out the part related to those libraries in the `processingrefBuild.sh` file. Please remember to not commit these changes to the repo.
0 commit comments