We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4f902 commit a65b212Copy full SHA for a65b212
README.md
@@ -149,7 +149,13 @@ The following features are implemented in `RustBCA`:
149
## Installation
150
151
Without optional features, `RustBCA` should compile with `cargo` alone on
152
-Windows, MacOS, and Linux systems.
+Windows, MacOS, and Linux systems:
153
+
154
+```
155
+cargo build --release
156
157
158
+will add an executable at `target/release/`.
159
160
[HDF5] for particle list input has been tested on Windows, but version 1.10.6 must be used.
161
0 commit comments