summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjames <nkskjames@gmail.com>2016-09-14 16:43:03 -0500
committernjames <nkskjames@gmail.com>2016-09-14 16:43:03 -0500
commit1687fbad9b68e16602c7b7aae2a47187a8dc5bed (patch)
treec27c8c39596740d63ed993b6d66b6a709872da2a
parent5ed0ce8078d654d899f0e2134459faebb3217105 (diff)
downloadserverwiz-1687fbad9b68e16602c7b7aae2a47187a8dc5bed.tar.gz
serverwiz-1687fbad9b68e16602c7b7aae2a47187a8dc5bed.zip
Update README to reflect new Git library management.
Signed-off-by: Norman James <nkskjames@gmail.com>
-rw-r--r--README.md30
1 files changed, 23 insertions, 7 deletions
diff --git a/README.md b/README.md
index 09e2e9e..deb2c9b 100644
--- a/README.md
+++ b/README.md
@@ -12,19 +12,35 @@ To start a build:
The jars are built in the ./build directory.
-The OS specific jar can be ran directly. In order to do this, there must be a
-./xml directory from where java is executed that contains the library files.
-So if you are in the repository directory, you can run:
+The OS specific jar can be ran directly. In order to do this, there
+must be a ./xml directory from where java is executed that contains
+the library files. So if you are in the repository directory, you
+can run:
java -jar build/serverwiz2_[OS].jar
where OS is linux64, macosx64, win32, or win64.
+Important: The first time Serverwiz is ran, it will ask you for your
+local git repository location. It will look for common-mrw-xml repository
+in that directory. If it does not exist, it will clone the repository from:
-serverwiz2.jar is the main launcher jar. This jar checks the OS and downloads
-the proper OS specific jar from the latest github release. It also downloads
-the XML library files. It will not use the jar that was built locally unless using
-the -d flag.
+ https://github.com/open-power/common-mrw-xml.git
+
+This is the XML based library that contains attribute and target
+definitions. The library can be updated to latest by using
+"Manage Library" button.
+
+## Precompiled jars ##
+
+There are precompiled binaries at:
+
+ https://github.com/open-power/serverwiz/releases
+
+Download serverwiz2.jar which is the main launcher application. This
+application checks the OS and downloads the proper OS specific jar from
+the latest github release. It will not use the jar that was built locally
+unless using the -d flag is used.
To run:
OpenPOWER on IntegriCloud