From d5e9f17c8c83eca813a1f875cdde2e48035f2078 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 30 Apr 2014 02:23:34 +0100 Subject: [PATCH] Corrected instructions for OSX The qmake approach is working on OSX, whereas the cmake one isn't. --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 64209b91..1b61629a 100644 --- a/README.rst +++ b/README.rst @@ -87,9 +87,7 @@ Then it's just a matter of:: $ git clone https://github.com/rp-/sqlitebrowser.git $ cd sqlitebrowser - $ mkdir build - $ cd build - $ cmake .. + $ qmake $ make $ mv src/sqlitebrowser.app /Applications/