File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ Currently [pre-built binaries](https://github.com/haskell/ThreadScope/releases)
1515
1616GTK+2 needs to be installed for those binaries to work.
1717
18- On OS X, [ ` gtk-mac-integration ` ] ( https://github.com/jralls/gtk-mac-integration ) also needs to be installed:
19-
20- ``` sh
21- brew install gtk+ gtk-mac-integration
22- ```
23-
2418On Windows, the [ MSYS2] ( http://www.msys2.org ) is the recommended way to install GTK+2. In MSYS2 MINGW64 shell:
2519
2620``` sh
@@ -56,10 +50,10 @@ stack install
5650
5751### OS X
5852
59- GTK+, gtk-mac-integration and GCC 9 are required:
53+ GTK+ and GCC 9 are required:
6054
6155``` sh
62- brew install gtk+ gtk-mac-integration gcc@9
56+ brew install gtk+ gcc@9
6357```
6458
6559Then you can build threadscope using cabal:
You can’t perform that action at this time.
0 commit comments