Skip to content

Commit

Permalink
Add --recurse-submodules and cmake hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb James authored Dec 2, 2021
1 parent 32e3491 commit 20838df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Recompile **and install** Stalefish after git-pulling Stalefish and, if necessar

```
cd models/Stalefish
git pull
git pull --recurse-submodules
cd build
# If necessary: cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 ..
make
sudo make install
cd ..
Expand Down

0 comments on commit 20838df

Please sign in to comment.