Modified:
/wiki/Compile.wiki
=======================================
--- /wiki/Compile.wiki Wed Jul 11 01:51:32 2007
+++ /wiki/Compile.wiki Tue Dec 22 04:53:55 2009
@@ -1,9 +1,15 @@
-#summary How to compile and run on Linux.
+#summary How to compile and run.
#labels Phase-Deploy
-= Download and Compile =
+= Download and Compile on Linux =
Type:
* *{{{svn checkout http://gray-matter.googlecode.com/svn/trunk/
gray-matter/}}}*
* *{{{cd gray-matter/}}}*
* *{{{gmake}}}*
+
+= Download and Compile on Snow Leopard =
+ * *{{{svn checkout http://gray-matter.googlecode.com/svn/trunk/
gray-matter/}}}*
+ * *{{{cd gray-matter/}}}*
+ * *{{{I edited GNUmakefile and set PLAT = OS_X, ARCH = nocona and I
appended -mtune=generic to the MACH variable}}}*
+ * *{{{make}}}*