src/utils/LogCompilation/README
changeset 48170 3af0ab7d1d90
parent 47216 71c04702a3d5
--- a/src/utils/LogCompilation/README	Thu Nov 30 20:37:20 2017 +0100
+++ b/src/utils/LogCompilation/README	Thu Nov 30 16:00:34 2017 -0500
@@ -16,3 +16,10 @@
 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+overview
 https://wiki.openjdk.java.net/display/HotSpot/PrintCompilation
 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool
+
+The project layout is now for Maven. To build the project with Maven do:
+
+  mvn clean install
+
+The build also copies the resulting target jar to ./logc.jar for easy 
+interop with the Makefile build.
\ No newline at end of file