From 684886c87cd3c9a1a2661746bb24c4a0f959bcda Mon Sep 17 00:00:00 2001 From: Paul Nitzke <14367-paulenit@users.noreply.git.rwth-aachen.de> Date: Sun, 26 Jun 2022 15:28:38 +0200 Subject: [PATCH] Add Visual Studio guide to publishing section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a28aa4..7a207a3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ dotnet publish ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -r <RID> -o Both commands output to the SparseTransform directory at the project root. The output path can be changed as desired. +The project can also be built using the Visual Studio interface. Right click on the SparseTransform.CLI project and select _Publish_. Then set the flags accordingly. + ## How to Build the Documentation We currently use [Doxygen](https://www.doxygen.nl/) to generate an HTML documentation as well as the LaTeX files needed to generate a PDF manual. Make sure you have a working installation of Doxygen installed. -- GitLab