From 2669974bff052a75d6502a6dcd92d3eed29a93d0 Mon Sep 17 00:00:00 2001 From: kiroma Date: Thu, 28 Dec 2017 15:25:54 +0100 Subject: [PATCH] Update COMPILING.md NuGet - 10/10 would use again --- COMPILING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 8f717520ee..bfcbf6bc2c 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -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