meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
171 stars 46 forks source link

Find the mono framework and copy bundled on macOS #271

Closed carlosmn closed 4 years ago

carlosmn commented 7 years ago

The first commit gives us --with-mono-framework for macOS which automatically looks up the mono framework, letting us run ./autogen.sh or ./configure and not have it complain about the lack of mono.

The second change lets us do make run on macOS since log4net and nini aren't installed in the system GAC.

And since we're now copying them both for the zipfile and make run, let's stop asking the user to have log4net and nini installed on macOS as we're not using them anyway.

meebey commented 4 years ago

closing, as obsolete after merging #284