mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
set -ex
|
|
git clone https://github.com/verma/laz-perf.git
|
|
cd laz-perf; cmake .; make; sudo make install
|