Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:win32:msys2 [2016/07/10 14:21] – Update Geany version enricohowtos:win32:msys2 [2019/08/16 15:23] – Add note about --disable-html-docs (can't escape -- to single -) ntrel
Line 34: Line 34:
   # gtk familiy   # gtk familiy
   pacman -S mingw-w64-i686-gtk2 mingw-w64-i686-gtk3   pacman -S mingw-w64-i686-gtk2 mingw-w64-i686-gtk3
-  # for building html docs+  # for building html docs*
   pacman -S mingw-w64-i686-python2 mingw-w64-i686-python2-docutils   pacman -S mingw-w64-i686-python2 mingw-w64-i686-python2-docutils
   # and if you fancy building from git   # and if you fancy building from git
Line 40: Line 40:
   # necessary for GTK bundle and installer steps   # necessary for GTK bundle and installer steps
   pacman -S rsync   pacman -S rsync
 +  
 +*If you don't install python docutils, you will need to pass -''-disable-html-docs'' to ''configure''
      
 At last, you want to add ''C:\msys32\mingw32\bin'' to your PATH environment variable, in order to run Geany from the Windows Explorer. At last, you want to add ''C:\msys32\mingw32\bin'' to your PATH environment variable, in order to run Geany from the Windows Explorer.
Print/export