Browse Source

Had to install aspell-en on MSYS2.

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

2
docs/install.md

@ -36,7 +36,7 @@ Please wait until the following TODOs are resolved:
Install dependencies(replace [arch] with i686 or x86_64 depending on your MSYS2 install): Install dependencies(replace [arch] with i686 or x86_64 depending on your MSYS2 install):
```sh ```sh
pacman -S patch autoconf automake-wrapper mingw-w64-[arch]-gtkmm3 mingw-w64-[arch]-boost mingw-w64-[arch]-aspell pacman -S patch autoconf automake-wrapper mingw-w64-[arch]-gtkmm3 mingw-w64-[arch]-boost mingw-w64-[arch]-aspell mingw-w64-[arch]-aspell-en
``` ```
Get juCi++ source: Get juCi++ source:

Loading…
Cancel
Save