From ecf4a1ef461dea5f38afe9e924e0be8bc889ada4 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Mon, 27 Mar 2017 17:03:26 -0600 Subject: [PATCH] readme cleanup --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 246b0a4..84b8f4b 100644 --- a/README.md +++ b/README.md @@ -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 +``` ------------------------------------------------------------------------