changing warning place from README to CONTRIBUTING with more details

This commit is contained in:
Artem Vodolazskiy 2015-12-23 14:22:17 +03:00
parent 6bfd58fba1
commit 0e42656f3f
2 changed files with 5 additions and 2 deletions

View file

@ -9,8 +9,6 @@ for [iOS](https://itunes.apple.com/app/id510623322) and
This repository contains submodules. Clone it with `git clone --recursive`. If you forgot,
run `git submodule update --init --recursive`.
Please due to some hard coded paths for development environment do not use custom names
for a repository root directory. At the moment it MUST remain "omim".
## Compilation

View file

@ -43,6 +43,11 @@ See [INSTALL.md](INSTALL.md) for command-line compilation instructions.
Debugging may not work in Qt Creator. To enable it, try creating a Build & Run kit in
preferences with XCode's lldb as a debugger and a clang compiler.
For now configuration assumes you've cloned repository into omim (also a default name) directory.
Default building behaviour uses shadow-dir for artifacts. That is why if you break the first assumption
and haven't changed the second setting you'll need to create a "data" symlink in the shadow-dir path
to the /repo/data directory.
### XCode
* Install [Homebrew](http://brew.sh/) and run `brew install qt5`.