forked from OpenNI/OpenNI2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
71 lines (63 loc) · 1.8 KB
/
README
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
OpenNI
------
Website: www.openni.org
Buliding Prerequisites
======================
Windows
-------
1) Microsoft Visual Studio 2010
From: http://msdn.microsoft.com/en-us/vstudio/bb984878.aspx
2) Python 2.6+/3.x
From: http://www.python.org/download/
3) PyWin32
From: http://sourceforge.net/projects/pywin32/files/pywin32/
Please make sure you download the version that matches your exact python version.
4) WIX 3.5
From: http://wix.codeplex.com/releases/view/60102
5) Doxygen
From: http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
6) GraphViz
From: http://www.graphviz.org/Download_windows.php
Linux
-----
1) GCC 4.x
From: http://gcc.gnu.org/releases.html
Or via apt:
sudo apt-get install g++
2) Python 2.6+/3.x
From: http://www.python.org/download/
Or via apt:
sudo apt-get install python
3) LibUSB 1.0.x
From: http://sourceforge.net/projects/libusb/files/libusb-1.0/
Or via apt:
sudo apt-get install libusb-1.0-0-dev
4) FreeGLUT3
From: http://freeglut.sourceforge.net/index.php#download
Or via apt:
sudo apt-get install freeglut3-dev
5) Doxygen
From: http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
Or via apt:
sudo apt-get install doxygen
6) GraphViz
From: http://www.graphviz.org/Download_linux_ubuntu.php
Or via apt:
sudo apt-get install graphviz
Building
========
Building on Windows:
Open the solution OpenNI.sln
Building on Linux:
Run:
$ make
Cross-Compiling for arm on Linux:
The following environment variables should be defined:
- ARM_CXX=<path to cross-compilation g++>
- ARM_STAGING=<path to cross-compilation staging dir>
Then, run:
$ PLATFORM=Arm make
Creating the installer:
- Go into the directory 'Redist'
- Run ReleaseVersion.py [x86|x64|arm]
- Installer will be placed in the 'Final' directory