Skip to content

Commit

Permalink
Merge pull request open-radiation-sources#22 from open-radiation-sour…
Browse files Browse the repository at this point in the history
…ces/Shimwell-patch-instructions-update

minor change to dir used in cmake
  • Loading branch information
shimwell authored Jan 20, 2021
2 parents a476233 + 097a1e5 commit 5a8835d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ git clone https://github.com/open-radiation-sources/parametric-plasma-source.git
```

Then create a build folder and compile from the folder. This assumes that
openmc repository was cloned into your home directory ```~/openmc```.
openmc repository was cloned into your home directory ```/opt/openmc```.

```bash
cd parametric-plasma-source
mkdir build
cd build
cmake .. -DOPENMC_DIR=~/openmc
cmake .. -DOPENMC_DIR=/opt/openmc
make
```

Expand Down

0 comments on commit 5a8835d

Please sign in to comment.