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: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@ To use this library in Processing, clone this repository and follow the compilat
2
2
3
3
_From the Readme to the processing/processing-library-template repository from which this repo was forked:_
4
4
5
+
1. Clone your new repository to your Eclipse workspace.
6
+
* Open Eclipse and select the File → Import... menu item.
7
+
* Select Git → Projects from Git, and click "Next >".
8
+
* Select "URI" and click "Next >".
9
+
* Enter your repository's clone URL in the "URI" field. The remaining fields in the "Location" and "Connection" groups will get automatically filled in.
10
+
* Enter your GitHub credentials in the "Authentication" group, and click "Next >".
11
+
* Select the `master` branch on the next screen, and click "Next >".
12
+
* The default settings on the "Local Configuration" screen should work fine, click "Next >".
13
+
* Make sure "Import existing projects" is selected, and click "Next >".
14
+
* Eclipse should find and select the `processing-library-template` automatically, click "Finish".
0 commit comments