Skip to content

Commit 8dd5d58

Browse files
committed
[doc] Update with build details for libraries
1 parent cee7bf8 commit 8dd5d58

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,17 @@
66
**NOTE:** This is a fork and advancement of the code taken from [fgeorges/expath-pkg-java](https://github.com/fgeorges/expath-pkg-java). Unfortunately we were unable to get changes via PR upstreamed, so we have forked the project here.
77

88
Implementation of the EXPath [Packaging System](http://expath.org/modules/pkg/)
9-
for Java, Saxon and Calabash.
9+
for Java.
1010

1111

1212
## Installation
1313

14-
Download the latest `expath-repo-installer-x.y.z.jar` file from the
15-
[download area](http://expath.org/files) and execute it by
16-
double-clicking on it (or from the command-line: `java -jar
17-
expath-repo-installer-x.y.z.jar`). Follow the instructions, that's
18-
it!
14+
* Requires:
15+
* Apache Maven 3+
16+
* Java JDK 8+
1917

20-
If you don't want a graphical installer, use the latest
21-
`expath-repo-x.y.z.zip` file instead. Unzip it and set it up.
18+
```
19+
$ mvn clean package
20+
```
2221

23-
24-
## Setup
25-
26-
Add the script `xrepo` to your PATH. To create an EXPath package
27-
repository, simply use: `xrepo create <repo-dir>`. You can set the
28-
environment variable `EXPATH_REPO` if you don't want to provide the
29-
repository directory everytime you use `xrepo`.
30-
31-
For more information on the repository manager: `xrepo help`.
32-
33-
The install directory contains also a script `saxon` and a script
34-
`calabash`, that launch resp. Saxon and Calabash, by configuring them
35-
with the repository, and adding useful options from the command line.
36-
For more information: `saxon --help` and `calabash ++help`, or see the
37-
[README](https://github.com/fgeorges/expath-pkg-java/tree/master/bin)
38-
file in the sub-directory `bin/` in the source repository.
22+
Compiled artifacts are in the relevant `target/` folders.

0 commit comments

Comments
 (0)