Skip to content

Commit

Permalink
Update INSTALL.md (#613)
Browse files Browse the repository at this point in the history
Had to fix typo to get cmake to recognize local install directory.  Verified on Linux install.
  • Loading branch information
tmonroeST authored Jun 4, 2024
1 parent 0276e46 commit 22b16c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export LDFLAGS="-Wl,-rpath=$CONDA_PREFIX/lib"
```
mkdir _build
cd _build
cmake .. -DCMAKE_INSTAL_PREFIX=$HOME/hstcal
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/hstcal
```
2. Build
Expand Down Expand Up @@ -144,7 +144,7 @@ export LDFLAGS="-Wl,-rpath,$CONDA_PREFIX/lib"
```
mkdir _build
cd _build
cmake .. -DCMAKE_INSTAL_PREFIX=$HOME/hstcal
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/hstcal
```
2. Build
Expand Down

0 comments on commit 22b16c4

Please sign in to comment.