Skip to content

Pre‐built binaries

d-strobel edited this page Sep 18, 2023 · 1 revision

With every release, binaries are built automatically by the github pipeline.

Download

You can download the binaries directly from the Github Releases.

Installation

No installation is needed. Just downlaod the binary archive, unzip the binary and execute it.

You can check if the binary works, with the following command:

.\lasergraph-timecode-importer --version

This should print out the version of the tool.

Platforms

Since the Rust programming language can be compiled cross-plattform, all operating systems are supported.

However the pipeline pre-builts only the following os binaries:

OS Binary
Windows 10 (and higher) lasergraph-timecode-importer-x86_64-pc-windows-msvc.zip
MacOS lasergraph-timecode-importer-x86_64-apple-darwin.tar.xz
MacOS (Apple silicon) lasergraph-timecode-importer-aarch64-apple-darwin.tar.xz
Linux lasergraph-timecode-importer-x86_64-unknown-linux-gnu.tar.xz

Notes

  • Please verify your download with the the corresponding sha256 checksum file.
Clone this wiki locally