Skip to content

Commit

Permalink
a bit more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 2, 2023
1 parent 4e2eedd commit e6d0c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The compiled binary on Citadel is compiled for Citadel's CPU, which therefore me

Binaries in releases are without these optimizations for compatibility. But it runs slower and you might still run into issues, in that case, please build the project yourself.

You can build auxmos like any rust project, though you're gonna need clang installed. And `LIBCLANG_PATH` environment variable set to the bin path of clang in case of windows. Auxmos only supports `i686-unknown-linux-gnu` or `i686-pc-windows-msvc` targets on the build.
You can build auxmos like any rust project, though you're gonna need `clang` version `6` or more installed. And `LIBCLANG_PATH` environment variable set to the bin path of clang in case of windows. Auxmos only supports `i686-unknown-linux-gnu` or `i686-pc-windows-msvc` targets on the build.

Use `cargo t generate_binds` to generate the `bindings.dm` file to include in your codebase, for the byond to actually use the library, or use the one on the repository here (generated with feature `katmos`).

Expand Down

0 comments on commit e6d0c16

Please sign in to comment.