"As we enjoy great Advantages from the Inventions of others, we should be glad of an Opportunity to serve others by any Invention of ours, and this we should do freely and generously."
-- Benjamin Franklin
The tgz
archive linked above contains two subdirectories,
bin
, which contains binaries built on 64 bit Ubuntu 14.04,
and READMEs
, which contains unix readable text files, for the
following LASzip utilities:
It was created using the following process:
$ unzip laszip.zip $ cd LAStools $ mkdir LinuxLASzip $ mkdir LinuxLASzip/READMEs $ mv bin/las2las_README.txt LinuxLASzip/READMEs/las2las.README $ mv bin/lasdiff_README.txt LinuxLASzip/READMEs/lasdiff.README $ mv bin/lasinfo_README.txt LinuxLASzip/READMEs/lasinfo.README $ mv bin/lasprecision_README.txt LinuxLASzip/READMEs/lasprecision.README $ mv bin/txt2las_README.txt LinuxLASzip/READMEs/txt2las.README $ mv bin/lasindex_README.txt LinuxLASzip/READMEs/lasindex.README $ mv bin/lasmerge_README.txt LinuxLASzip/READMEs/lasmerge.README $ mv bin/laszip_README.txt LinuxLASzip/READMEs/laszip.README $ rm -rf bin/* $ make $ mv bin/ LinuxLASzip $ dos2unix LinuxLASzip/READMEs/* $ tar czvf LinuxLASzip.tgz LinuxLASzip
I'm providing it in the hopes that it will be useful to someone, either to save time or to avoid having to create a build environment in order to use these tools.
After running $ tar xzvf LinuxLASzip.tgz
, I moved the binaries
into a bin
subdirectory in my home directory, and moved the READMEs
to a LASzip
subdirectory of me Documents
directory.