File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,5 @@ zamples
30
30
misc /windowsexecutablestub /Debug
31
31
misc /windowsexecutablestub /Release
32
32
* .sdf
33
- * .suo
33
+ * .suo
34
+ linux /
Original file line number Diff line number Diff line change @@ -41,12 +41,15 @@ the original repo:
41
41
42
42
$ git clone https://github.com/jdf/processing.py.git
43
43
44
-
44
+
45
45
You'll need source for processing and processing-video.
46
46
47
47
$ git clone --depth=1 https://github.com/processing/processing.git
48
48
$ git clone --depth=1 https://github.com/processing/processing-video.git
49
49
50
+ If you are a Linux user, you'll also have to create a directory named `linux`
51
+ inside your `processing.py` directory.
52
+
50
53
Then, to sanity-check your environment and run all of Python Mode's
51
54
integration tests, do the following:
52
55
You can’t perform that action at this time.
0 commit comments