forked from organicmaps/organicmaps
Merge pull request #1106 from burivuh/master
[omim][docs] added warning to the README about repository directory name
This commit is contained in:
commit
2dfe2e807f
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ 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.
|
||||
|
||||
At the moment configuration assumes you've cloned repository into omim (also a default name) directory.
|
||||
If you are using shadow-dir for building artifacts (default behavior) and custom directory for repo -
|
||||
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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue