You must have Rust program language installed.
To install csvs directly from crates.io:
cargo install csvs
- Set up a Rust build environment on Windows.
- Install the Rust toolchain
stable-x86_64-pc-windows-msvc
. - Run the build script:
build-win.cmd
- The Executable will be generated in
target-win/release
.
- Install Xcode command-line tools:
xcode-select --install
- Install the Rust targets
x86_64-apple-darwin
andaarch64-apple-darwin
. - Run the build script:
./build-mac.sh
- The executable will be generated in
dist-mac
- Install Docker. Refer to the Docker Docs.
- Run the build script:
./build-linux.sh
- The executable will be generated in
target-docker/release
.