Repository: incubator-singa Updated Branches: refs/heads/master 9baa90a5d -> e900cd41f
edit README md Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/894845f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/894845f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/894845f0 Branch: refs/heads/master Commit: 894845f06d60b78ee8818fd68657969612da8605 Parents: 9baa90a Author: xiezl <[email protected]> Authored: Wed May 6 17:06:06 2015 +0800 Committer: xiezl <[email protected]> Committed: Wed May 6 17:06:06 2015 +0800 ---------------------------------------------------------------------- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/894845f0/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5e20f40..0fa7fc4 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,17 @@ To download the thirdparty dependencies: After downloading, to install the thirdparty dependencies: - $ ./thirdparty/install-dependencies.sh MISSING_LIBRARY_NAME1 YOUR_INSTALL_PATH1 MISSING_LIBRARY_NAME2 YOUR_INSTALL_PATH2 + $ cd thirdparty + $ ./install-dependencies.sh MISSING_LIBRARY_NAME1 YOUR_INSTALL_PATH1 MISSING_LIBRARY_NAME2 YOUR_INSTALL_PATH2 If you do not specify the installation path, the lirary will be installed in default folder. For example, if you want to build zeromq library in system folder and gflags in /usr/local, just run: - $ ./thirdparty/install-dependencies.sh zeromq gflags /usr/local + $ ./install-dependencies.sh zeromq gflags /usr/local Another example can be to install all dependencies in /usr/local directory: - $ ./thirdparty/install-dependencies.sh all /usr/local + $ ./install-dependencies.sh all /usr/local Here is a table showing the first arguments: @@ -90,5 +91,7 @@ Here is a table showing the first arguments: *: 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 + + $ ./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.
