Skip to content

Commit

Permalink
Merge pull request #1117 from google/docs-tweaks
Browse files Browse the repository at this point in the history
Minor doc updates.
  • Loading branch information
adetaylor authored Jun 2, 2022
2 parents b5486fa + ad954fa commit 5a8b287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in reporting the bug is much appreciated and will make `autocxx` better. In
order of preference here's how we would like to hear about your problem:

* Raise a pull request adding a new failing integration test to
`engine/src/integration_tests.rs`.
[`integration_test.rs`](https://github.com/google/autocxx/blob/main/integration-tests/tests/integration_test.rs)
* Minimize the test using `tools/reduce`, something like this:
`target/debug/autocxx-reduce file -d "safety!(unsafe_ffi)" -d
'generate_pod!("A")' -I ~/my-include-dir -h my-header.h -p
Expand Down
4 changes: 3 additions & 1 deletion book/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ You will need:

The rest of this 'getting started' section assumes Cargo - if you're using something else, see the [building](building.md) section.

First, add `autocxx` *and `cxx`* to your `dependencies` and `autocxx-build` to your `build-dependencies` in your `Cargo.toml`.
First, add `autocxx` *and `cxx`* to your `dependencies` and `autocxx-build` to your `build-dependencies` in your `Cargo.toml`. **You must specify both.**



```toml
[dependencies]
Expand Down

0 comments on commit 5a8b287

Please sign in to comment.