Skip to content

Commit c642823

Browse files
committed
Stop referring to gtk-mac-integration in README
1 parent 5c0a603 commit c642823

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ Currently [pre-built binaries](https://github.com/haskell/ThreadScope/releases)
1515

1616
GTK+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-
2418
On 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

6559
Then you can build threadscope using cabal:

0 commit comments

Comments
 (0)