mfbonfigli / gocesiumtiler

A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
GNU Lesser General Public License v3.0
169 stars 36 forks source link

Where are the Windows binaries? #44

Closed m23w23g closed 1 month ago

m23w23g commented 1 month ago

In the README it says - Along with the source code a prebuilt binary for Windows x64 is provided for each release of the tool in the github page.

What github page are you referring to here. Can you put a useful link to these Windows binaries?

mfbonfigli commented 1 month ago

The executable is in the zip file in the release section:

https://github.com/mfbonfigli/gocesiumtiler/releases/tag/v2.0.0-alpha https://github.com/mfbonfigli/gocesiumtiler/releases/download/v2.0.0-alpha/gocesiumtiler-2.0.0-alpha.zip

Will make sure to improve that section of the readme from the next version, thanks for the feedback!