Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-09-24 22:01:06 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-09-24 22:01:06 +0400
commit6611605ee0ea6f3589dfd6ea0e7bc6fca9e6358f (patch)
tree8a130c4773fd77f48847cdb6422a4bf66384edb4
parent371be2f91fd2d2bf72452e6fce75d769152dd0c3 (diff)
Add MumbleKit CMake information.
-rw-r--r--README.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 356f2de..4949b6c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -31,6 +31,12 @@ This will fetch known "working" snapshot of the required submodules
for MumbleKit. (CELT, Speex, Protocol Buffers for Objective C and
OpenSSL)
+Then it's time to generate MumbleKit's Xcode project file. For this
+you'll need CMake 2.8.3 (or 2.8.2 with patches, see MumbleKit's
+README for more information). To generate MumbleKit.xcodeproj, do:
+
+ $ cmake -G Xcode . -DIOS_BUILD=1
+
Once this is done, you should be able to open up the Xcode
project file for Mumble (Mumble.xcodeproj) in the root of
the source tree and hit Cmd-B to build!