You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
http://structure.io/openni
4
4
5
+
## Fork for Natar & PapARt
6
+
7
+
This fork only adds a POM.xml file to compile & use with Maven.
8
+
5
9
## Develop branch ##
6
10
7
11
The latest ongoing development is currently being done in the develop branch. Refer to README and ReleasesNotes in the develop branch for up to date build instructions.
@@ -31,13 +35,13 @@ Other than that, sensible and meaningful contributions are very welcome!
31
35
- PyWin32
32
36
33
37
- Download and install from: http://sourceforge.net/projects/pywin32/files/pywin32/
34
-
38
+
35
39
Please make sure you download the version that matches your exact python version.
36
40
37
41
- JDK 6.0
38
42
39
43
- Download and install from: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
40
-
44
+
41
45
You must also define an environment variable called `JAVA_HOME` that points to the JDK installation directory. For example:
42
46
43
47
set JAVA_HOME=c:\Program Files (x86)\Java\jdk1.6.0_32
@@ -61,7 +65,7 @@ Other than that, sensible and meaningful contributions are very welcome!
61
65
- Download and install from: http://gcc.gnu.org/releases.html
62
66
63
67
- Or use `apt`:
64
-
68
+
65
69
sudo apt-get install g++
66
70
67
71
- Python 2.6+/3.x
@@ -89,7 +93,7 @@ Other than that, sensible and meaningful contributions are very welcome!
89
93
- Download and install from: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
0 commit comments