Browse Source

Added gtksourceviewmm3 recompilation and reinstallation instructions for MSYS2

merge-requests/365/head
eidheim 9 years ago
parent
commit
1335376584
  1. 8
      docs/install.md

8
docs/install.md

@ -153,6 +153,14 @@ make
make install make install
``` ```
Before running juCi++ on MSYS2, you currently need to recompile and reinstall gtksourceviewmm3:
```sh
git clone git://github.com/Alexpux/MINGW-packages
cd MINGW-packages/mingw-w64-gtksourceviewmm3
makepkg-mingw -sLf
pacman -U mingw-w64-x86_64-gtksourceviewmm3*
```
## Run ## Run
```sh ```sh
juci juci

Loading…
Cancel
Save