X-Git-Url: http://git.silcnet.org/gitweb/?p=website.git;a=blobdiff_plain;f=docs%2Ftoolkit%2Fmanual%2Fbuilding.html;h=b4bfa11de2a913cff6dea6111ae245e6c2b4a771;hp=67e149b84f6a108745fbc252315d2debfbd1559f;hb=682202d356751ad60393c9a68fe612b8baacce43;hpb=82530c375f5f6f643bc0fd544e7529efde887f7d diff --git a/docs/toolkit/manual/building.html b/docs/toolkit/manual/building.html index 67e149b..b4bfa11 100644 --- a/docs/toolkit/manual/building.html +++ b/docs/toolkit/manual/building.html @@ -305,23 +305,15 @@ doing development with the Toolkit. Building on Mac OS X
 
-Building the Toolkit on Mac OS X is almost identical on compiling on Unix -system. The reason for this is that the Mac OS X is Unix based operating -system. To build the Toolkit on Mac OS X, give the following commands: +Building the Toolkit on Mac OS X requires the following tools:
 
- -setenv CFLAGS -no-cpp-precomp
-./configure powerpc
-make -
+- Apple Xcode with command line tools
+- NASM >= 2.x
 
-The ./configure can take several options as arguments. To see them all give -command: - -
 
-./configure --help +For actual compilation follow the normal building instructions for +Unix and Linux based systems.
 
If you do not want to compile the applications, or they do not compile on