Browse Source

Added cmake cleanup to installation document

merge-requests/365/head
eidheim 10 years ago
parent
commit
1d332bbe6f
  1. 5
      docs/install.md

5
docs/install.md

@ -98,6 +98,11 @@ make install
Note that we are currently working on a Windows-version without the need of an X-server.
-->
## Cleanup CMake cache files (in case you want to try out juCi++ on its source files)
```sh
rm -r CMakeFiles CMakeCache.txt
```
## Run
```sh
juci

Loading…
Cancel
Save