diff --git a/INSTALL b/INSTALL index 8d25e04..c8a35eb 100644 --- a/INSTALL +++ b/INSTALL @@ -10,13 +10,12 @@ Install the dependencies. (see below) Build it:: - cd src/mapmap qmake mapmap.pro make Alternatively:: - ./build.sh + ./scripts/build.sh Ubuntu 13.10, 14.04, 15.04 and 16.04 LTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/scripts/build.sh b/scripts/build.sh index 6001ceb..8c36c69 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -4,7 +4,6 @@ # set -o verbose cd $(dirname $0) -cd src/mapmap qtversion=5.8