commit 1a30a272cc48425f6e958523047afaa9099cf01b Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Nov 27 17:14:15 2015 +0100
Tweak instructions.
Based on suggestions by iwakeh on #13166. --- CONTRIB.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/CONTRIB.md b/CONTRIB.md index 8c30df3..574c549 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -50,10 +50,15 @@ dependencies, too.
metrics-lib currently has the following dependencies to compile:
- - Apache Commons Compression 1.4.1 - (https://commons.apache.org/proper/commons-compress/) + - Apache Commons Compression 1.4.1 (go to the project page at + https://commons.apache.org/proper/commons-compress/ and select + Download, Archives, Binaries, and then the tarball or zip file for + version 1.4.1.) + + - JUnit 4.10 and Hamcrest 1.2 (go to the JUnit project page at + http://junit.org/ and select Download and install, junit.jar, version + 4.10, and hamcrest-core.jar, version 1.2.)
- - JUnit 4.10 (http://junit.org/)
Code style ----------