Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Simplify OS X instructions #126

Merged
merged 1 commit into from
Aug 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ __gtk__ expects __GTK+__, __GLib__ and __Cairo__ development files to be install

### OS X

Install [XQuartz](http://xquartz.macosforge.org/landing/), then:
```Shell
> brew install gtk+3 --without-x11
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
> brew install gtk+3
```

### Windows
Expand Down