Browse Source

typo and mwindows

merge-requests/365/head
Patrick Voigt Mascarenhas 9 years ago
parent
commit
ce9e1688c6
  1. 1
      CMakeLists.txt
  2. 2
      docs/install.md

1
CMakeLists.txt

@ -59,6 +59,7 @@ pkg_check_modules(LIBGIT2 libgit2 REQUIRED)
if(MSYS)
set(global_libraries winpthread)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mwindows")
endif()
set(global_libraries ${global_libraries}
${GTKMM_LIBRARIES}

2
docs/install.md

@ -133,7 +133,7 @@ make
make install
```
##Windows with MSYS2 (https://msys2.github.io/)
## Windows with MSYS2 (https://msys2.github.io/)
**See https://github.com/cppit/jucipp/issues/190 for details on adding debug support in MSYS2**
Install dependencies (replace `x86_64` with `i686` for 32-bit MSYS2 installs):

Loading…
Cancel
Save