You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/04/06 22:24:58 UTC

incubator-mnemonic git commit: Update README.md

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 8e83efe5b -> 72295847a


Update README.md

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

Branch: refs/heads/master
Commit: 72295847a0086b32d06c330ba67bc31bc25986f7
Parents: 8e83efe
Author: Wang, Gang <ga...@intel.com>
Authored: Wed Apr 6 13:23:15 2016 -0700
Committer: Wang, Gang <ga...@intel.com>
Committed: Wed Apr 6 13:23:15 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/72295847/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6865e2e..deea0c4 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ To build this library, you may need to install some required packages on the bui
 * **JDK** -- the Java Develop Kit 1.6 or above (please properly configure JAVA_HOME) [Required]
 * **PMFS** -- the PMFS should be properly installed and configured on Linux system if you want to simulate read latency [Optional]
 * **PMalloc** -- a supported durable memory native library at https://github.com/bigdata-memory/pmalloc.git [Optional if pmalloc-service is excluded]
-* **Javapoet** -- a dependant project v1.3.1-SNAPSHOT revised for this project at https://github.com/wewela/javapoet.git [Required]
+* **Javapoet** -- a dependant project v1.3.1-SNAPSHOT customized for this project at https://github.com/wewela/javapoet.git [Required] [Note that please package & install it using command "mvn package install"]
 
 
 Once the build system is setup, this Library is built using this command at the top level: