Edited wiki page BuildingOnMac through web user interface.
authorvittorio.giovara@gmail.com
Tue, 07 Jun 2011 20:29:34 +0000
changeset 111 2d161d513ee2
parent 110 e2dfaa09f48a
child 112 e8e280ef6c23
Edited wiki page BuildingOnMac through web user interface.
BuildingOnMac.wiki
--- a/BuildingOnMac.wiki	Tue Jun 07 20:28:40 2011 +0000
+++ b/BuildingOnMac.wiki	Tue Jun 07 20:29:34 2011 +0000
@@ -35,7 +35,7 @@
 {{{
 sudo cabal install gameServer/hedgewars-server.cabal
 }}}
-  * (even more optional) if you feel experimental, you can also try to use the 64bit variant of Haskell, just make sure that your ~/.cabal/ directory doesn't conflict with previous installation - http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-x86_64.pkg
+  * _(even more optional)_ if you feel experimental, you can also try to use the 64bit variant of Haskell, just make sure that your ~/.cabal/ directory doesn't conflict with previous installation - http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-x86_64.pkg
 
 == Necessary Tools ==
 
@@ -44,7 +44,7 @@
   * Freepascal compiler - http://sourceforge.net/projects/freepascal/files/Mac%20OS%20X/2.4.0/fpc-2.4.0.intel-macosx.dmg/download
   * CMake - http://www.cmake.org/files/v2.8/cmake-2.8.3-Darwin-universal.dmg
   * QT - http://download.qt.nokia.com/qtsdk/qt-sdk-mac-opensource-2010.05.dmg
-  * note that for compiling the 64 bit version you need download the cocoa version of QT (frome here http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x/)
+  * note that for compiling the 64 bit version you need download the cocoa version of QT (from here http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x/)
 
 = Building process =