From 4869c944f990e2a8601c762c7b3e8f07bb3f09bc Mon Sep 17 00:00:00 2001 From: Thibault Truffert Date: Sat, 10 Nov 2018 13:31:23 +0100 Subject: [PATCH] Add NuGet as a requirement for Mono compiling Compiling Godot Mono on x11 with the latest source brings needs NuGet to be intall which is not a dependency of any current requirement. --- development/compiling/compiling_with_mono.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/development/compiling/compiling_with_mono.rst b/development/compiling/compiling_with_mono.rst index e0a9dc8a9..47da674b9 100644 --- a/development/compiling/compiling_with_mono.rst +++ b/development/compiling/compiling_with_mono.rst @@ -11,6 +11,7 @@ Requirements - Mono 5.12.0 or greater - MSBuild - pkg-config +- NuGet Environment variables ---------------------