Skip to content

Commit c10cac0

Browse files
committed
updated readme.
1 parent efd876a commit c10cac0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
http://structure.io/openni
44

5+
## Fork for Natar & PapARt
6+
7+
This fork only adds a POM.xml file to compile & use with Maven.
8+
59
## Develop branch ##
610

711
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!
3135
- PyWin32
3236

3337
- Download and install from: http://sourceforge.net/projects/pywin32/files/pywin32/
34-
38+
3539
Please make sure you download the version that matches your exact python version.
3640

3741
- JDK 6.0
3842

3943
- Download and install from: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
40-
44+
4145
You must also define an environment variable called `JAVA_HOME` that points to the JDK installation directory. For example:
4246

4347
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!
6165
- Download and install from: http://gcc.gnu.org/releases.html
6266

6367
- Or use `apt`:
64-
68+
6569
sudo apt-get install g++
6670

6771
- Python 2.6+/3.x
@@ -89,7 +93,7 @@ Other than that, sensible and meaningful contributions are very welcome!
8993
- Download and install from: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
9094

9195
- Or use `apt`:
92-
96+
9397
- On Ubuntu 10.x:
9498

9599
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
@@ -113,15 +117,15 @@ Other than that, sensible and meaningful contributions are very welcome!
113117
- Download and install from: http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
114118

115119
- Or use `apt`:
116-
120+
117121
sudo apt-get install doxygen
118122

119123
- GraphViz
120124

121125
- Download and install from: http://www.graphviz.org/Download_linux_ubuntu.php
122126

123127
- Or use `apt`:
124-
128+
125129
sudo apt-get install graphviz
126130

127131
### Android

0 commit comments

Comments
 (0)