From 069e5a5e6f0f32eab4909a394e14e2d8a85f611f Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Fri, 4 Apr 2014 00:36:35 -0400 Subject: [PATCH] update INSTALL with infos for Mac OS X --- INSTALL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/INSTALL b/INSTALL index 7c34084..25e8b44 100644 --- a/INSTALL +++ b/INSTALL @@ -2,11 +2,15 @@ Build instructions ================== This file is written in rst, so that one can use rst2pdf to create a PDF out of it. + +Build on GNU/Linux +------------------ Dependencies: * Qt * qt4-default * qt4-qmake + * liblo Build it:: @@ -18,6 +22,7 @@ Do this:: sudo apt-get install -y \ qt4-default \ + liblo-dev \ qt4-qmake For extras:: @@ -35,3 +40,14 @@ Then, do this:: linguist mapmap_fr.ts +Build on Mac OS X +----------------- + +* Install the Apple Developer Tools. You need to register with a credit card in the Apple Store in order to download it. +* Install Qt5. You can get it from http://qt-project.org/downloads and choose the default location. + +Do this:: + + ~/Qt5.2.1/5.2.1/clang_64/bin/qmake + make +