From b9e4699cbf9f3e36d65ea4b8706b65c2d97ca387 Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 28 Aug 2015 11:52:23 +0200 Subject: [PATCH] Had to install aspell-en on MSYS2. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 12062d5..a5e650d 100644 --- a/docs/install.md +++ b/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): ```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: