Skip to content

Commit

Permalink
Include lld instructions in README.md
Browse files Browse the repository at this point in the history
Implement @ephraim271's suggestion. Fixes #353 .
  • Loading branch information
ChristopherRabotin authored Oct 11, 2024
1 parent 46b315a commit 505e820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ To install Nyx, follow these steps:
2. Navigate to the directory: `cd nyx`
3. Run any of the [examples](./examples/), e.g. `RUST_LOG=info cargo run --example 01_orbit_prop --release`

#### Compilation

Nyx uses `lld`, the LLVM linker, for faster compilation times. You may need to manually install `lld` depending on your distribution. On Ubuntu, this command is `sudo apt install clang lld`.

### Python

For Python projects, get started by installing the library via `pip`: `pip install nyx_space`.
Expand Down

0 comments on commit 505e820

Please sign in to comment.