https://github.com/bytekeeper/styx2
https://github.com/bytekeeper/styx2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekeeper/styx2
- Owner: Bytekeeper
- License: gpl-3.0
- Created: 2022-08-26T14:48:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T17:43:26.000Z (about 3 years ago)
- Last Synced: 2025-07-23T09:32:26.523Z (11 months ago)
- Language: Rust
- Size: 519 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StyxZ
## Build Instructions
* Install Rust >= 1.64.0 (see https://www.rust-lang.org/tools/install - or download https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe directly)
* Run `rustup target add i686-pc-windows-msvc`
* Install CLANG (Download https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe)
* Set the environment variable `LIBCLANG_PATH` to `C:\Program Files\LLVM\bin`
* Run `cargo build release --target i686-pc-windows-msvc` (in the sources folder)
* Find the executable in `target/i686-pc-windows-msvc/release/styx_z.exe`