Skip to content

Commit f540e08

Browse files
committed
Improve docs on how to hack using linux distros
1 parent 5bc61e9 commit f540e08

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ zamples
3030
misc/windowsexecutablestub/Debug
3131
misc/windowsexecutablestub/Release
3232
*.sdf
33-
*.suo
33+
*.suo
34+
linux/

HOWTO-HACK.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ the original repo:
4141

4242
$ git clone https://github.com/jdf/processing.py.git
4343

44-
44+
4545
You'll need source for processing and processing-video.
4646

4747
$ git clone --depth=1 https://github.com/processing/processing.git
4848
$ git clone --depth=1 https://github.com/processing/processing-video.git
4949

50+
If you are a Linux user, you'll also have to create a directory named `linux`
51+
inside your `processing.py` directory.
52+
5053
Then, to sanity-check your environment and run all of Python Mode's
5154
integration tests, do the following:
5255

0 commit comments

Comments
 (0)