From 9a71fe64c63688f69a8f1ffa85ae2965f26f2cba Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 13 Dec 2016 11:27:53 +0100 Subject: [PATCH] Documentation update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d94fb97..f26da8e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Please note that only Release builds are configured for timestamp signing. Debug GÉANTLink has some submodules. When cloning Git repository, make sure to use `--recursive` Git switch to clone submodules too. Example: `git clone --recursive "https://github.com/Amebis/GEANTLink.git" "C:\Projects\GEANTLink"` +After clone is complete, grant _Users_ local group read and execute permissions to `output` subfolder (when working folder is private). This allows _EapHost_ service to load GÉANTLink's DLL, and Event Viewer to display GÉANTLink events. + GÉANTLink can be build and debugged opening _VS10Solution.sln_ in Visual C++ 2010 IDE. Before one can attempt to debug EAP DLLs, you should run `nmake register` from an elevated command prompt. See _Building in command line_ chapter below.