Repository: incubator-singa Updated Branches: refs/heads/master 48b8fea59 -> 9ca741712
add FAQ Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/9ca74171 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/9ca74171 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/9ca74171 Branch: refs/heads/master Commit: 9ca7417123b9f45560faa3545366843958255484 Parents: 48b8fea Author: xiezl <[email protected]> Authored: Mon May 11 13:34:14 2015 +0800 Committer: xiezl <[email protected]> Committed: Mon May 11 13:34:14 2015 +0800 ---------------------------------------------------------------------- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/9ca74171/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7f51a60..2d5aa06 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,15 @@ The installation commands of czmq can be: After the execution, czmq will be installed in /usr/local while zeromq is installed in /usr/local/zeromq. ### FAQ + +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++' +# + +Q2:While compiling Singa, I get error "SSE2 instruction set not enabled" +A2:You can try following command: + + $ make CFLAGS='-msse2' CXXFLAGS='-msse2' +#
