From 6e2ef6de542effc8fd540ff7ec9333ea52cc469a Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Mon, 5 Mar 2018 13:44:24 +0100 Subject: [PATCH] Explain how to set the RoboSharp reference and build. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 683718c..10aeb9d 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,10 @@ Refactoring suggestions and / or pull requests are welcome! ### Building + Installing -- **TODO**: explain how to build +- Open the solution file in *Visual Studio* and adjust the path to the + *RoboSharp* DLL under *Solution Explorer* > *ATxService* > *References*. Then + simply build all components by pressing *F6* or by selecting *Build Solution* + from the *Build* menu. - After building the service, use the [Make-Package.ps1](AutoTx/Resources/Make-Package.ps1) script to create an installation package. It will contain the previously mentioned -- GitLab