Skip to content

Commit 2ef70af

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

documentation/Howto-build.md

+13-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,15 @@ 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+
28+
> #1
29+
> Waiting for an archiva, asqatasun must have previously
30+
> been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch).
31+
>
32+
> Once built, the dependencies will be copied in your local maven repository
33+
> and then, you'll be able to build the websnapshot.
34+
>
35+
> We know it's a bit dirty, but by now, it works
36+

0 commit comments

Comments
 (0)