Skip to content

Commit

Permalink
Merge remote branch into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zec committed Nov 14, 2023
2 parents 98a9615 + e30a4d5 commit 6f64579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ For example, on most Debian-like systems, you can run the following (as `root`):
apt install libclang-[n]-dev libclang1-[n]
```

where `[n]` is a sufficiently recent version of `clang` (at time of writing, it must be at least `5`).
where `[n]` is some version of `clang` (generally, the newer the better,
but [version 5 at minimum]).

## Build system additions

Expand Down Expand Up @@ -201,6 +202,7 @@ You can find a fully worked-out example of a Rust-using cFS application at
[install rust]: https://www.rust-lang.org/tools/install
[1]: https://rust-lang.github.io/rustup/concepts/channels.html
[2]: https://doc.rust-lang.org/book/appendix-07-nightly-rust.html
[version 5 at minimum]: https://rust-lang.github.io/rust-bindgen/requirements.html
[a little configuration]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-reads
[shared compile caches]: https://doc.rust-lang.org/cargo/guide/build-cache.html#shared-cache
[sccache]: https://github.com/mozilla/sccache
Expand Down

0 comments on commit 6f64579

Please sign in to comment.