mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Updated nuke dependencies
Removed outdated information from README.md
This commit is contained in:
@@ -10,16 +10,10 @@ TBD
|
||||
|
||||
## How to build
|
||||
|
||||
### Dependencies
|
||||
|
||||
- [Boost.Asio](https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio.html)
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Visual Studio **2017** ([Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15) is just fine)
|
||||
- [.NET Core SDK 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) (or greater, required for building only)
|
||||
- [Vcpkg Quick Start](https://github.com/Microsoft/vcpkg#quick-start)
|
||||
- `.\vcpkg.exe install boost-asio:x86-windows-static boost-asio:x64-windows-static`
|
||||
- [.NET Core SDK 2.1](https://github.com/dotnet/cli/tree/release/2.1#installers-and-binaries) (or greater, required for building only)
|
||||
|
||||
You can either build directly within Visual Studio or in PowerShell by running the build script:
|
||||
|
||||
|
||||
@@ -11,9 +11,12 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Nefarius.JsonConfig" Version="1.0.2" />
|
||||
<PackageReference Include="Nuke.Common" Version="0.13.0" />
|
||||
<PackageReference Include="GitVersion.CommandLine" Version="4.0.0" />
|
||||
<PackageReference Include="Vestris.ResourceLib" Version="2.0.0" />
|
||||
<PackageReference Include="Nuke.Common" Version="0.21.2" />
|
||||
<PackageReference Include="GitVersion.CommandLine" Version="5.0.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Vestris.ResourceLib" Version="2.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user