-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (16 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a clone of the PCLSuperBuild repository on gitorious
(https://gitorious.org/pclsuperbuild/pclsuperbuild/) with
some patches for windows. Currently, it seems to work for
MSVC2012 x64 (but it has not been intensively tested yet!!).
Currently, this project tries to build PCL version 1.7.2.
If you get an error in openni\include\XnPlatform.h that it
versions above 2010 are not supported: simply change the line
#if _MSC_VER > 1600
to
#if _MSC_VER > 1700
If you get an error that zlib.h, z.lib, zlib.lib, zdll.lib or similar cannot be found, don't worry, this is just boosting testing whether it has to compile it itself. So it is not an error, but just an attempt to find zlib.
To use this cmake project:
1) Clone the repository:
git clone https://github.com/ivowolf/PCLSuperBuild.git PCLSuperBuild
2) Use CMake to configure the build
3) Build PCL and its requisites