You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/02/27 16:54:20 UTC

svn commit: r1450817 - /accumulo/branches/1.5/README

Author: ecn
Date: Wed Feb 27 15:54:20 2013
New Revision: 1450817

URL: http://svn.apache.org/r1450817
Log:
ACCUMULO-1121 remove references to top-level src directory

Modified:
    accumulo/branches/1.5/README

Modified: accumulo/branches/1.5/README
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/README?rev=1450817&r1=1450816&r2=1450817&view=diff
==============================================================================
--- accumulo/branches/1.5/README (original)
+++ accumulo/branches/1.5/README Wed Feb 27 15:54:20 2013
@@ -31,7 +31,7 @@ If you are running on another Unix-like 
 you may wish to build the native libraries.  They are not strictly necessary
 but having them available suppresses a runtime warning:
 
-  $ ( cd ./src/server/src/main/c++ ; make )
+  $ ( cd ./server/src/main/c++ ; make )
 
 If you want to build the debian release, use the command "mvn install -Pdeb" to 
 generate the .deb files in the target/ directory. Please follow the steps at 
@@ -42,7 +42,7 @@ easier to install.
 ******************************************************************************
 2. Deployment
 
-Copy the accumulo tar file produced by mvn package from the src/assemble/target/
+Copy the accumulo tar file produced by mvn package from the assemble/target/
 directory to the desired destination, then untar it (e.g. 
 tar xzf apache-accumulo-1.5.0-SNAPSHOT-dist.tar.gz).