diff --git a/README.md b/README.md index 2098414..6dbe3a1 100644 --- a/README.md +++ b/README.md @@ -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`).