-
-
Notifications
You must be signed in to change notification settings - Fork 129
Eclipse Setup
codeanticode edited this page May 23, 2019
·
12 revisions
In order to develop the video library using the Eclipse IDE, you need to follow these steps:
Since we only require processing as a dependency, perform a shallow clone of the processing repo and build it by running ant in the processing/build folder, as detailed in the build instructions for Processing:
git clone https://github.com/processing/processing.git --depth 1
- Import the Processing repo into Eclipse: Import > Projects from Git > Existing local repository > Select Processing folder > Import existing eclipse project
- Select processing-core