From dea0a653850bbe766ce3c90d8e2900e4be361b44 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 14 Oct 2014 01:10:37 +0100 Subject: [PATCH] Added info on OSX 10.9 compile workaround --- BUILDING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 3ed88d46..ac59a00e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -90,6 +90,19 @@ And compiling it: An icon for "sqlitebrowser" should now be in your main OSX Applications list, ready to launch. +**Note 2** - There have been occasional [reports of compilation problems on OSX +10.9](https://github.com/sqlitebrowser/sqlitebrowser/issues/38), with the +'make' step complaining about no targets. This seems to be solvable by +running: + + $ qmake -spec macx-g++ + +or: + + $ qmake -spec macx-llvm + +(before the 'make' step) + ### Cross compiling for Windows These are instructions to cross compile within a Linux system a Windows binary