diff options
| author | Jeff Garzik <[email protected]> | 2015-09-15 19:29:14 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2015-09-15 19:29:14 -0400 |
| commit | 9733bc99a0b967522ff47e00f4d8e408e6ee5c4f (patch) | |
| tree | 3959e3069c158aeabfa31105eec888889a7d59b5 | |
| parent | Merge pull request #5665 (diff) | |
| parent | Fixes typo in build-osx.md. (diff) | |
| download | discoin-9733bc99a0b967522ff47e00f4d8e408e6ee5c4f.tar.xz discoin-9733bc99a0b967522ff47e00f4d8e408e6ee5c4f.zip | |
Merge pull request #6663
| -rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 8fad8b5b0..201fe9522 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -70,7 +70,7 @@ Download Qt Creator from http://www.qt.io/download/. Download the "community edi 6. Confirm the "summary page" 7. In the "Projects" tab select "Manage Kits..." 8. Select the default "Desktop" kit and select "Clang (x86 64bit in /usr/bin)" as compiler -9. Select LLDB as debugger (you might need to set the path to your installtion) +9. Select LLDB as debugger (you might need to set the path to your installation) 10. Start debugging with Qt Creator Creating a release build |