Add aclocal m4
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/9e188331 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/9e188331 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/9e188331 Branch: refs/heads/master Commit: 9e188331dd8237bdeb486efe35ee41aade947f24 Parents: 561a3a8 Author: xiezl <[email protected]> Authored: Wed May 6 16:30:46 2015 +0800 Committer: xiezl <[email protected]> Committed: Wed May 6 16:30:46 2015 +0800 ---------------------------------------------------------------------- README.md | 29 +- aclocal.m4 | 7249 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 7267 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/9e188331/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8132c23..5e20f40 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,21 @@ Dependencies SINGA is developed and tested on Linux platforms with the following external libraries. -gflags version 2.1.1, use the default setting for namespace (i.e., gflags). -glog version 0.3.3. -gtest version 1.7.0. -google-protobuf version 2.6.0. -openblas version >= 0.2.10. -opencv version 2.4.9. -zeromq version >= 3.2 -czmq version >= 3 + * gflags version 2.1.1, use the default setting for namespace (i.e., gflags). + + * glog version 0.3.3. + + * gtest version 1.7.0. + + * google-protobuf version 2.6.0. + + * openblas version >= 0.2.10. + + * opencv version 2.4.9. + + * zeromq version >= 3.2 + + * czmq version >= 3 Tips: For libraries like openblas, opencv, older versions may also work, because we do not use any newly added features. @@ -81,7 +88,7 @@ Here is a table showing the first arguments: protobuf Google protobuf zeromq zeromq lib -* : Since czmq depends on zeromq, the script offers you one more argument to indicate zeromq location. - The installation commands of czmq can be: +*: Since czmq depends on zeromq, the script offers you one more argument to indicate zeromq location. +The installation commands of czmq can be: $ ./thirdparty/install-dependencies.sh czmq /usr/local /usr/local/zeromq - After the execution, czmq will be installed in /usr/local while zeromq is installed in /usr/local/zeromq. +After the execution, czmq will be installed in /usr/local while zeromq is installed in /usr/local/zeromq.
