feat(doc/make/msys2): add emacs-dependencies
This commit is contained in:
parent
a8f8e7116b
commit
fa7a527590
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ In the [msys2] shell, execute the following commands.
|
|||
```bash
|
||||
cd /c/
|
||||
git clone https://github.com/leanprover/lean
|
||||
git clone http://github.com/leanprover/emacs-dependencies
|
||||
mkdir -p lean/src/emacs/dependencies
|
||||
cp -R emacs-dependencies/* lean/src/emacs/dependencies
|
||||
cd lean
|
||||
mkdir build && cd build
|
||||
cmake -D CMAKE_CXX_COMPILER=g++.exe -G Ninja ../src
|
||||
|
|
Loading…
Reference in a new issue