Commit 2145be3e authored by joern@existsolutions.com's avatar joern@existsolutions.com
Browse files

building information in readme

parent 3d9d59e2
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -3,6 +3,26 @@
aims to be an implementation of [Web Annotation Protocol](http://w3c.github.io/web-annotation/protocol/wd/) running as
a service app on eXist-db.

## Requirements

* eXist-db 5.x

## Building

WAP is an eXist-db application that needs to be deployed installed
via the eXist-db Packagemanager.

For building Apache Ant > Ver. 1.8 needs to be installed.

To build the application execute this on the command line:

```
ant
```

This creates the application archive in a folder named `build`. 


## Approach

Implementing the full spec is a huge effort as always with W3C specs. We'll drive the development