From 651eef53a1970a6d94b94ac911895dd96e0171c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Alvergnat?= Date: Tue, 26 Feb 2019 11:07:21 +0100 Subject: [PATCH] Add build instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fef4a08..ec5e42b 100644 --- a/README.md +++ b/README.md @@ -156,3 +156,9 @@ You have some options to workaround this issue. - Run `nfs4j-daemon` as Administrator. - Tweak the Local Group Policy to allow *Create symbolic links* to the user running `nfs4j-daemon`. (See this [StackOverflow post](https://superuser.com/questions/104845/permission-to-make-symbolic-links-in-windows-7#answer-105381)) + +## Build from sources + +``` +mvn clean verify +```