You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/05/12 08:11:52 UTC

svn commit: r1678870 - /incubator/singa/site/trunk/content/markdown/docs/installation.md

Author: wangsh
Date: Tue May 12 06:11:51 2015
New Revision: 1678870

URL: http://svn.apache.org/r1678870
Log:
CMS commit to singa by wangsh

Modified:
    incubator/singa/site/trunk/content/markdown/docs/installation.md

Modified: incubator/singa/site/trunk/content/markdown/docs/installation.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/installation.md?rev=1678870&r1=1678869&r2=1678870&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/installation.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/installation.md Tue May 12 06:11:51 2015
@@ -92,12 +92,10 @@ After the execution, czmq will be instal
 Q1:While compiling Singa and installing glog on max OS X, I get fatal error "'ext/slist'  file not found"
 A1:You may install glog individually and try command :
 
-  $ make CFLAGS='-stdlib=libstdc++' CXXFLAGS='stdlib=libstdc++'
-#
+    $ make CFLAGS='-stdlib=libstdc++' CXXFLAGS='stdlib=libstdc++'
 
 Q2:While compiling Singa, I get error "SSE2 instruction set not enabled"
 A2:You can try following command:
     
-  $ make CFLAGS='-msse2' CXXFLAGS='-msse2'
-#
+    $ make CFLAGS='-msse2' CXXFLAGS='-msse2'