doc(msys2): add notes about installation
This commit is contained in:
parent
e1c76578c1
commit
eda6660b2d
1 changed files with 6 additions and 0 deletions
|
|
@ -33,3 +33,9 @@ mkdir build && cd build
|
|||
cmake ../src -G Ninja
|
||||
ninja
|
||||
```
|
||||
|
||||
## Install lean
|
||||
|
||||
You can use the `install` ninja/make target to install Lean into, by, default,
|
||||
`C:\\User Programs (x86)\\LEAN`. To change this, add `-DCMAKE_INSTALL_PREFIX=path/you/want`
|
||||
to your cmake invocation.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue