From cda46b8b7e5d89140021e3e8cab8265a90778c38 Mon Sep 17 00:00:00 2001 From: Matthew Whilden Date: Tue, 31 Mar 2015 17:28:44 -0700 Subject: [PATCH] Adding note about installing mono packages built from source and not from the official location --- Linux-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linux-instructions.md b/Linux-instructions.md index 30fb3a2..62a7cb6 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -163,6 +163,8 @@ And restore your packages.config file: ellismg@linux:~/coreclr-demo/packages$ mono nuget.exe restore -Source https://www.myget.org/F/dotnet-corefx/ -PackagesDirectory . ``` +NOTE: This assumes you installed Mono from the mono-project.com packages. If you have built your own please see this comment in [Issue #602](https://github.com/dotnet/coreclr/issues/602#issuecomment-88203778) + Finally, you need to copy over the assemblies to the runtime folder. You don't want to copy over System.Console.dll or System.Diagnostics.Debug however, since the version from NuGet is the Windows version. The easiest way to do this is with a little find magic: ``` -- 2.7.4