1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Update COMPILING.md

NuGet - 10/10 would use again
This commit is contained in:
kiroma 2017-12-28 15:25:54 +01:00 committed by GitHub
parent 7250d2e6ca
commit 2669974bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,6 @@ Then restore NuGet packages from the repository
```
nuget restore
```
We also need OpenTK >= 3.0.0-pre
```
nuget install opentk -version=3.0.0-pre
```
### 3. Compiling
Simply run `msbuild` where `osu.sln` is located, this will create all binaries in `osu/osu.Desktop/bin/Debug`.
### 4. Optimizing