Skip to content

Commit 78553f6

Browse files
committed
update build documentation for #1 and #2
1 parent 69c09eb commit 78553f6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

documentation/Howto-build.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Tested on Linux Ubuntu 12.04 LTS
99
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
1010
sudo tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2
1111
sudo rm phantomjs-1.9.7-linux-x86_64.tar.bz2
12+
sudo ln -s /opt/phantomjs-1.9.7-linux-x86_64 /opt/phantomjs
1213
```
1314

1415
## Howto build
@@ -21,4 +22,14 @@ Tested on Linux Ubuntu 12.04 LTS
2122
### Build the sources
2223

2324
cd /home/<user>/Web-Snapshot
24-
mvn clean install
25+
mvn clean install
26+
27+
> Waiting for an archiva, [asqatasun](https://github.com/Asqatasun/Asqatasun) must have previously
28+
> been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch).
29+
> Once built, the dependencies will be copied in your local maven repository
30+
> and then, you'll be able to build the websnapshot.
31+
> We know it's a bit dirty, but by now, it works
32+
>
33+
> --------
34+
> [#1](https://github.com/Asqatasun/Web-Snapshot/issues/1) BUILD FAILURE - websnapshot-api
35+

0 commit comments

Comments
 (0)