Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-06-01 06:01:40 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-06-01 06:01:40 +0300
commita3f4b989ec965340f470c7c45f6d40e4831cb0a4 (patch)
treec8a77896121922904023df898f0c7e40de62b5ed /README.md
parentd90f7e6f75873f40dcfe807752522b4c1baa751e (diff)
Remove wrench to update
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 14 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4a16bee..9a4fa77 100644
--- a/README.md
+++ b/README.md
@@ -410,16 +410,20 @@ There are multiple ways to open your file:
Are you a developer? This project include a .NET 5.0 library (UVtools.Core) that can be referenced in your application to make use of my work. Easy to use calls that allow you work with the formats. For more information navigate main code.
-## Windows Build from Source
-Install Visual Studio and include .NET development support
-
-Install the Wix Toolset: https://wixtoolset.org/releases/
-
- you will need both the core Wix toolset and the VS extension pack which is selected AFTER the main installation has completed (or from the main release page).
-
-Open UVtools.sln
-
-If required update the .NET developer pack VS will prompt on opening if needed (it's the lower section on the web page - something like .NET Framework 4.8)
+## Develop and build from Source
+
+The fastest way to compile the project is by run the `build/CompileWindows.bat`, however if you wish to develop with visual studio follow the following steps:
+
+1. Install Visual Studio and include .NET development support
+1. Install the .NET 5.0 SDK if not included on previous instalation
+ * https://dotnet.microsoft.com/download/dotnet/5.0
+1. Install the Avalonia for Visual Sutdio:
+ * https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaforVisualStudio
+1. Install the Wix Toolset: (Required only for MSI build, **optional**)
+ 1. https://wixtoolset.org/releases
+ 1. https://marketplace.visualstudio.com/items?itemName=WixToolset.WiXToolset
+1. Open UVtools.sln
+1. Build
# TODO