⚠ Note: This build of PCL excludes any libraries that depend on OpenMP or VTK.
PCL modules that require these dependencies have not been built to ensure compatibility with iOS.
Additionally, I have not personally tested its use as a framework. If it does not work as expected,
you may need to manually configure search paths and library linking in Xcode.
The following prebuilt libraries are included in this repository:
- PCL (Point Cloud Library): Built for iOS (static library).
Source: Point Cloud Library (PCL) - Boost: Built using boost-iosx (static library).
Source: Boost C++ Libraries - FLANN: Built for iOS (static library).
Source: FLANN (Fast Library for Approximate Nearest Neighbors) - Qhull: Built for iOS (static library).
Source: Qhull - LZ4: Built for iOS (static library).
Source: LZ4 - Eigen: Header-only library (included directly in the project).
Source: Eigen
All prebuilt libraries are distributed in compliance with their respective licenses. See the licenses folder for details.
This project is licensed under the MIT License. See the LICENSE file for details.
Each prebuilt library is subject to its own license. See the licenses folder for the full text of each license:
- PCL (Point Cloud Library) - BSD License
- Boost - Boost Software License 1.0
- FLANN - BSD License
- Qhull - BSD-style License
- LZ4 - BSD License
- Eigen - MPL2 License