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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2011-01-25 02:13:35 +0300
committerMikkel Krautz <mikkel@krautz.dk>2011-01-25 02:13:35 +0300
commit8d37a622b1f45e38c783694aac38aebbbaa33672 (patch)
tree5934345c454e69ccea0975abae429cdb408b80cd /README.markdown
parent98d08d75dc1cb595c7d7c3db912f488fae530fdc (diff)
Remove information about broken CMake 2.8.2.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown22
1 files changed, 1 insertions, 21 deletions
diff --git a/README.markdown b/README.markdown
index 5b6d234..51ac275 100644
--- a/README.markdown
+++ b/README.markdown
@@ -35,6 +35,7 @@ MumbleKit uses CMake to generate its Xcode project files. If
you're on Mac OS X, you can download CMake from the CMake
website at http://www.cmake.org/. If you're a user of Homebrew,
MacPorts or Fink, there are packages available in there, too.
+Note: CMake 2.8.3 or later required.
To generate a MumbleKit.xcodeproj that targets iOS, use:
@@ -44,27 +45,6 @@ To generate a MumbleKit.xcodeproj that targets Mac OS X, use:
$ cmake -G Xcode . -DMACOSX_BUILD=1
-Note: There's a bug in the current (2.8.2) release of CMake that
-makes it hard to generate .xcodeprojs that use the built-in
-Xcode "standard architectures" for iOS (armv6 and armv7 for device
-builds, i386 for simulator builds). Please see the following CMake
-bug report for more info: http://www.vtk.org/Bug/view.php?id=11244
-
-Patches for the issue:
-
- * http://cmake.org/gitweb?p=cmake.git;a=patch;h=a8ded533
-
- * http://cmake.org/gitweb?p=cmake.git;a=patch;h=0790af3b
-
-If you use Homebrew as your package manager, the current forumla for
-CMake 2.8.2 has been patched to fix these issues. Simply upgrade to
-the latest version:
-
- $ brew install --force cmake
-
-To work around this issue, you can pass -DBROKEN_CMAKE=1 to simply
-use whatever defaults architectures CMake wants to use.
-
Building it (Xcode.app)
-----------------------