-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
46 lines (33 loc) · 1.65 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
How to install library HPGL Plotter
Install with the "Add Library..." tool
New for Processing 2.0: Add contributed libraries by selecting "Add Library..."
from the "Import Library..." submenu within the Sketch menu. 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.
Copy the contributed library's folder into the "libraries" folder at this
location. You will need to create the "libraries" folder if this is your first
contributed library.
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.
The folder structure for library HPGL Plotter should be as follows:
Processing
libraries
HPGL Plotter
examples
library
HPGL Plotter.jar
reference
src
Some folders like "examples" or "src" might be missing. After library
HPGL Plotter has been successfully installed, restart the Processing
application.
If you're having trouble, have a look at the Processing Wiki for more
information: http://wiki.processing.org/w/How_to_Install_a_Contributed_Library