doc(msys2): add notes about installation

This commit is contained in:
Corey Richardson 2017-06-29 21:30:10 -07:00 committed by Gabriel Ebner
parent e1c76578c1
commit eda6660b2d

View file

@ -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.