Add further explanations.
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/27a48c2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/27a48c2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/27a48c2b Branch: refs/heads/master Commit: 27a48c2bcad914427ca1aac82c1f1384ac1724a3 Parents: d14ee19 Author: xiezl <[email protected]> Authored: Thu Dec 31 15:40:57 2015 +0800 Committer: Wei Wang <[email protected]> Committed: Wed Jan 6 02:18:29 2016 +0800 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/27a48c2b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 38575bb..7491f4f 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,10 @@ To compile with GPU support, you should run: $ ./configure --enable-cuda --with-cuda=/CUDA/PATH --enable-cudnn --with-cudnn=/CUDNN/PATH ---with-cuda and --with-cudnn is optional as by default the script will search +--with-cuda and --with-cudnn are optional as by default the script will search system paths. +Please kindly set proper environment parameters (LD_LIBRARY_PATH, LIBRARY_PATH, +etc.) when you run the code. To compile with HDFS support, you should run:
