Skip to content

abellgithub/PRC

 
 

Repository files navigation

PDAL PRC Plugin

Build Status

The PDAL PRC Plugin is released as LGPL v3.

Begin by installing the plugin's only required dependencies, PDAL (pdal.io) and Haru (libharu.org). The latter should work up to version 2.3, but recent changes in master affect the PRC file loading. There is a note in the source as to how to modify the code to work with master.

In a nutshell, the PDAL PRC Plugin can configured, built, and installed thusly:

mkdir build
cd build
cmake -G "Unix Makefiles" ..
make
make install

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.9%
  • CMake 3.3%
  • Other 0.8%