I had a couple of questions about LASzip. Currently, I am using LASlib to read in LAS files as part of a larger C++ project to classify and identify objects within aerial LiDAR files. I was able to integrate LASlib without much trouble but now I would like to be able to read in .laz files as well. From the documentation it seems as if LASzip depends on a .dll. I am currently using OSX (specifically, Clion and CMake), are there any options to use LASzip in a OSX configuration?
Please let me know if you have any suggestions about how I can implement this.
Thanks in advance!
-N