[docs] Rename MWM to MAPS, also remove NDK version

This commit is contained in:
Ilya Zverev 2015-10-07 10:24:06 +03:00
parent b10093d7cf
commit ca2a24ecab
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ and Dropbox: [release](http://maps.me/release), [debug](http://maps.me/debug).
To create one or many map files, first build the project, then use `generate_mwm.sh` script from
`tools/unix` to create a single mwm file from pbf/o5m/bz2 source, or `generate_planet.sh`
to generate multiple countries at once from a planet o5m file. See detailed instructions
in [MWM.md](https://github.com/mapsme/omim/tree/master/docs/MWM.md).
in [MAPS.md](https://github.com/mapsme/omim/tree/master/docs/MAPS.md).
## Map styles

View file

@ -91,7 +91,7 @@ iOS devices, use iTunes.
into a resource directory, e.g. `/Applications/MAPS.ME/Content/Resources` on Mac OS X.
Placing these into a maps directory should also work.
For instructions on making your own maps, see [MWM.md](MWM.md).
For instructions on making your own maps, see [MAPS.md](MAPS.md).
## Maps Generator
@ -146,7 +146,7 @@ easy to type.
to SDK and NDK. Or specify these in command line:
--sdk /Users/yourusername/Library/Android/sdk \
--ndk /Users/yourusername/Library/Android/android-ndk-r10d
--ndk /Users/yourusername/Library/Android/ndk
* Go to `omim/android` and run `./gradlew clean assembleWebRelease`.
* There are `Release`, `Beta` and `Debug` builds.