summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-27 17:27:01 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-27 17:27:01 +0100
commit64dbfdce01d865f4c8dbf5ad0f65a66a61621383 (patch)
treebd9483dcdc512934e073395bf0986ad15b41c42e /README.md
parent1538ebaf220ebc25243f2f71eb26c91cdf10548a (diff)
downloadqtlocation-mapboxgl-64dbfdce01d865f4c8dbf5ad0f65a66a61621383.tar.gz
update build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 4 insertions, 21 deletions
diff --git a/README.md b/README.md
index 10f5148262..58779708f5 100644
--- a/README.md
+++ b/README.md
@@ -5,29 +5,12 @@
## Mac OS X
```
-make
+mkdir xcode
+cd xcode
+cmake .. -G Xcode
```
-
-## Emscripten
-
-```
-emmake make emscripten
-```
-
-Note that mousewheel support requires a hacked emscripten:
-
-In `src/library_glfw.js`, replace the first part of the mousewheel function with
-
-```js
- GLFW.wheelPos = (event.detail || -event.deltaY);
-```
-
-In `system/include/GL/glfw.h`, replace the wheel callback typedef with
-
-```c
-typedef void (GLFWCALL * GLFWmousewheelfun)(float);
-```
+Then open the xcode project and build.