From 6dbad640d61dd8cbb35b75755170c43b3d86ebe5 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Thu, 22 Nov 2012 15:03:53 +0900 Subject: [PATCH] build MonoMac.dll if needed --- SparkleShare/Mac/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SparkleShare/Mac/README.md b/SparkleShare/Mac/README.md index bcc411a3..854803a1 100644 --- a/SparkleShare/Mac/README.md +++ b/SparkleShare/Mac/README.md @@ -43,6 +43,16 @@ $ ./autogen.sh Now that you have compiled the libraries, open `SparkleShare/Mac/SparkleShare.sln` in MonoDevelop and start the build (Build > Build All). +If you get `Are you missing a using directive or an assembly reference?` errors related to MacOS objects, then run: + +``` +git clone https://github.com/mono/monomac +git clone https://github.com/mono/maccore +cd monomac +make +``` + +It should generate `MonoMac.dll`. Copy it over any `MonoMac.dll` you might have on your system, then restart Monodevelop, and the project should now build fine. ### Creating a Mac bundle