We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3929e08 commit c55619dCopy full SHA for c55619d
doc/install_windows.md
@@ -29,7 +29,7 @@ If you plan on using `sik-tools`:
29
- `pacman -S mingw-w64-x86_64-libpng`
30
31
If you plan on using `flamewing-tools`:
32
- - `pacman -S cmake mingw-w64-x86_64-boost`
+ - `pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-boost`
33
34
35
### Option 1: Just extract the latest release
flamewing-tools/Makefile
@@ -6,7 +6,7 @@ GENERATOR = "Unix Makefiles"
6
MACFIX = true
7
8
ifeq ($(OS),Windows_NT)
9
- GENERATOR = "MSYS Makefiles"
+ #GENERATOR = "MSYS Makefiles"
10
else
11
UNAME_S := $(shell uname -s)
12
ifeq ($(UNAME_S),Darwin)
0 commit comments