install depend packages
brew install boost
brew install qt5git clone and init project
git clone --depth=1 --recursive https://github.com/mapsme/omim.git
cd omim
echo | ./configure.shbuild
QMAKE=/usr/local/opt/qt5/bin/qmake tools/unix/build_omim.sh -rcopy some files from data directory to Maps.ME.app/Contents/Resources folder
cp -fr data/* ../omim-build-release/out/release/Applications/MAPS.ME.app/Contents/Resources/download map data from direct.mapswithme.com/direct/latest
mkdir ~/Library/Application Support/MapsWithMe
cd ~/Library/Application Support/MapsWithMe
curl -O http://direct.mapswithme.com/direct/latest/Japan_Kanto.mwm
curl -O http://direct.mapswithme.com/direct/latest/Japan_Kanto.mwm.routingcopy ../omim-build-release/out/release/Applications/MAPS.ME.app to Application Folder and run.
install depend packages
brew install tbb
brew install luabind
brew install libstxxl
brew install osm-pbfbuild
QMAKE=/usr/local/opt/qt5/bin/qmake tools/unix/build_omim.sh -o