You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2015/06/16 10:28:00 UTC

incubator-singa git commit: fix bugs

Repository: incubator-singa
Updated Branches:
  refs/heads/master d98c9efc6 -> 280d5d6be


fix bugs


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/280d5d6b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/280d5d6b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/280d5d6b

Branch: refs/heads/master
Commit: 280d5d6be778d016337583f9603f04feda7d05c6
Parents: d98c9ef
Author: xiezl <xi...@comp.nus.edu.sg>
Authored: Tue Jun 16 15:40:55 2015 +0800
Committer: xiezl <xi...@comp.nus.edu.sg>
Committed: Tue Jun 16 15:40:55 2015 +0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/280d5d6b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index faa9893..ce334a5 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For libraries like openblas, opencv, older versions may also work, because we do
 
 ###Building SINGA From Sources
 
-The build system of SINGA is based on GNU autotools. To build singa, you need gcc version >= 4.8.
+The build system of SINGA is based on GNU autotools. To build singa, you need gcc version >= 4.8.2.
 The common steps to build SINGA can be:
 
 	1.Extract source files;