Skip to content

Commit

Permalink
Update build.mb file
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Aug 2, 2024
1 parent e5e72be commit 5260681
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Build the BitMono

First of all, if you just need the compiled binaries simply install them [right here][releases] - open the dropdown button `Assets`, and select the CLI.zip or GUI.zip archive

### Build the solution

Recommended to install tools via Visual Studio installer, otherwise you can install those tools directly via provided links down below or just searching for it by yourself.

- [.NET Framework 462][net462]
- [Visual Studio 2022][vs2022]/[JetBrains Rider 2023][rider2023] or newer to build the solution
- [Visual Studio 2022][vs2022]/[JetBrains Rider][rider] or newer to build the solution
- [.NET 8.0][net8]
- [.NET 7.0][net7]
- [.NET 6.0][net6]
Expand All @@ -15,20 +17,21 @@ Recommended to install tools via Visual Studio installer, otherwise you can inst
Click build button, then go to `cloned repo path..\BitMono\src\BitMono.CLI` directory and you then you will see there `zip` archive artifacts. You can easily share them, just in case.

Archives examples (versions and/or naming can be a bit different):
- .NET 7.0: `BitMono-v0.18.0-CLI-net8.0-linux-x64.zip`
- .NET 8.0: `BitMono-v0.18.0-CLI-net8.0-linux-x64.zip`
- .NET 7.0: `BitMono-v0.18.0-CLI-net7.0-win-x64.zip`
- .NET 6.0: `BitMono-v0.18.0-CLI-net6.0-linux-x64.zip`
- .NET 462: `BitMono-v0.18.0-CLI-net462-win-x64.zip`
- netstandard 2.1: `BitMono-v0.18.0-CLI-netstandard2.1-linux-x64.zip`
- netstandard 2.0: `BitMono-v0.18.0-CLI-netstandard2.0-win-x64.zip`

### Help

If you have any issues/questions freely ask them [here][issues], or contact via:
- Email: sunnamed434 (at) proton.me

[net462]: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net462
[vs2022]: https://visualstudio.microsoft.com/downloads/
[rider2023]: https://www.jetbrains.com/rider/download/#section=windows
[vs2022]: https://visualstudio.microsoft.com/downloads
[rider]: https://www.jetbrains.com/rider/download
[net6]: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
[net7]: https://dotnet.microsoft.com/en-us/download/dotnet/7.0
[net8]: https://dotnet.microsoft.com/en-us/download/dotnet/8.0
Expand Down

0 comments on commit 5260681

Please sign in to comment.