Skip to content

Commit

Permalink
document cmake clean per #87
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield committed Oct 21, 2022
1 parent 21e57db commit 852c866
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ ccmake ..
Going forward, we plan to focus on conda as our preferred environment, and
eventually plan to support direct installation via conda.

If you want to clean out the build generated by cmake, cd into the build directory and
say
```
cmake --build . --target clean
```

If you updated an existing git repo from loos 3.x, we suggest running `scons -c; scons -c config`
before building loos.

## Where's my stuff?

Installing into the conda distribution behaves somewhat differently from a
Expand Down

0 comments on commit 852c866

Please sign in to comment.