Skip to content

Commit

Permalink
updated to last version of library template files
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Aug 31, 2015
1 parent c8f0e80 commit ac66e61
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin
/distribution
/bin
.DS_Store
*/.DS_Store
bin
distribution
38 changes: 38 additions & 0 deletions resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## How to install ##library.name##

### Install with the Contribution Manager

Add contributed libraries by selecting the menu item _Sketch__Import Library...__Add Library..._ This will open the Contribution Manager, where you can browse for ##library.name##, or any other library you want to install.

Not all available libraries have been converted to show up in this menu. If a library isn't there, it will need to be installed manually by following the instructions below.

### Manual Install

Contributed libraries may be downloaded separately and manually placed within the `libraries` folder of your Processing sketchbook. To find (and change) the Processing sketchbook location on your computer, open the Preferences window from the Processing application (PDE) and look for the "Sketchbook location" item at the top.

By default the following locations are used for your sketchbook folder:
* For Mac users, the sketchbook folder is located inside `~/Documents/Processing`
* For Windows users, the sketchbook folder is located inside `My Documents/Processing`

Download ##library.name## from ##library.url##

Unzip and copy the contributed library's folder into the `libraries` folder in the Processing sketchbook. You will need to create this `libraries` folder if it does not exist.

The folder structure for library ##library.name## should be as follows:

```
Processing
libraries
##library.name##
examples
library
##library.name##.jar
reference
src
```
Some folders like `examples` or `src` might be missing. After library ##library.name## has been successfully installed, restart the Processing application.

### Troubleshooting

If you're having trouble, have a look at the [Processing Wiki](https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library) for more information, or contact the author [##author.name##](##author.url##).
Empty file modified resources/code/ExampleTaglet.class
100644 → 100755
Empty file.
Empty file modified resources/code/ExampleTaglet.java
100644 → 100755
Empty file.
Empty file modified resources/code/ant-contrib-1.0b3.jar
100644 → 100755
Empty file.
Empty file modified resources/code/doc.sh
100644 → 100755
Empty file.
Empty file modified resources/stylesheet.css
100644 → 100755
Empty file.
Empty file modified web/index.html
100644 → 100755
Empty file.
Empty file modified web/stylesheet.css
100644 → 100755
Empty file.

0 comments on commit ac66e61

Please sign in to comment.