Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshahn committed Feb 5, 2022
1 parent da9707c commit 747c7ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ brew install pkg-config
brew install openssl
brew install cmake
brew install rustup
brew install coreutils
```

### Rust
Expand Down Expand Up @@ -111,6 +112,11 @@ installation open a new terminal session and execute the following steps:
export LD_LIBRARY_PATH=$(find . -iname librandomx.so | head -n 1 | xargs dirname | xargs realpath)
```

For MacOs use (need brew coreutils to be installed):
```sh
export LD_LIBRARY_PATH=$(find . -iname librandomx.dylib | head -n 1 | xargs dirname | xargs realpath)
```

3. Execute the epic server using the following command:

```sh
Expand Down

0 comments on commit 747c7ce

Please sign in to comment.