From 0aefef3c4d681d08b09765e068158a75b1722c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Vazquez?= Date: Mon, 16 Mar 2020 22:09:30 -0700 Subject: [PATCH] Update README.md Adding instructions to setup maven toolchains.xml file to be able to compile. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e1bbf9a..5bce3b95 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,12 @@ Note that the chapter names and numbering has changed between editions, see ## Building and Running -To build the code, you will first need to have installed Maven and Java. Then type +To build the code, you will first need to have installed Maven and Java. + +You may also need to create a `~/.m2/toolchains.xml` file as shown in the guide [here]( +https://maven.apache.org/guides/mini/guide-using-toolchains.html). + +Then type ```bash % mvn package -DskipTests @@ -42,4 +47,4 @@ For the precise versions of each component that the code has been tested with, s ## Copyright -Copyright (C) 2014 Tom White \ No newline at end of file +Copyright (C) 2014 Tom White