Skip to content
Snippets Groups Projects
Commit 684886c8 authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Add Visual Studio guide to publishing section

parent 27236346
No related branches found
No related tags found
1 merge request!31Provide instructions on how to run tests
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment