Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'para-master' into update-to-tg
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Jul 17, 2020
2 parents 1686ef0 + 4b946bb commit 6ca76e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ On Linux, the output will be `target/release/librust_g.so`.

On Windows, the output will be `target/release/rust_g.dll`.

If you are on a 64 bit machine, this will produce a 64 bit binary - BYOND can't run this.
To avoid that, you should instead use
```sh
rustup target add i686-pc-windows-msvc
```
followed by
```sh
cargo build --target=i686-pc-windows-msvc --release
```
All dependencies will automatically be downloaded and compiled. rust-g should be compilable on
both Rust stable and nightly.
For more advanced configuration, a list of modules may be passed:
```sh
Expand Down

0 comments on commit 6ca76e5

Please sign in to comment.