readme cleanup

This commit is contained in:
Egan Ford 2017-03-27 17:03:26 -06:00
parent c8b823fb25
commit ecf4a1ef46

View file

@ -10,20 +10,21 @@ Prereqs:
* Install XQuartz, Xcode (from your installation media) in that order.
* Install Macports (macports.org), then:
```
sudo port install gtk2 pkgconfig gcc6
sudo port select --set gcc mp-gcc6
export PATH=/opt/local/bin:$PATH
```
* Ubuntu:
```
sudo apt-get install libgtk2.0-dev
```
* RedHat/CentOS:
```
sudo yum install subversion gtk2-devel
```
------------------------------------------------------------------------