We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9094798 commit d877ba5Copy full SHA for d877ba5
README.md
@@ -12,7 +12,18 @@ Currently [pre-built binaries](https://github.com/haskell/ThreadScope/releases)
12
* OS X
13
* Windows (x64)
14
15
-GTK+2 needs to be installed for those binaries to work. On OS X, `gtk-mac-integration` also needs to be installed.
+GTK+2 needs to be installed for those binaries to work.
16
+
17
+On OS X, `gtk-mac-integration` also needs to be installed.
18
+```
19
+brew install gtk+ gtk-mac-integration
20
21
22
+On Windows, the [MSYS2](http://www.msys2.org) is the recommended way to install GTK+2. In MSYS2 MINGW64 shell:
23
24
+pacman -S $MINGW_PACKAGE_PREFIX-gtk2
25
26
+then you can run the threadscope binary from the shell.
27
28
## Building from source
29
0 commit comments