From 2437c1eac990f65ad951c70a6f018940352c3eeb Mon Sep 17 00:00:00 2001 From: KrugHeld <65248874+KrugHeld@users.noreply.github.com> Date: Tue, 12 May 2020 14:39:59 -0400 Subject: [PATCH] Update Readme for MacOS installation This is one option to install on macOS. It launches, but no guarantee after that. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c4013e6..b4099be77 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ Pull requests are nice. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +## MacOS Install (experimental) + +1. Download the Linux/Mac Tarbal file from: https://radegast.life/downloads/ and decompress it in a directory of your choice. +2. Using Homebrew (https://brew.sh/) install the cask instead of the brew formula (the formula seems not to include the 32 bit code needed): + `brew cask install mono-mdk` +3. Navigate to the directory you choosed in step 1, and launch the application with the --arch=32 option: + `mono --arch=32 Radegast.exe` +4. It will take a minute to start, but it should launch. + ## Acknowledgments Based on SLeek @@ -116,4 +125,4 @@ http://aimlbot.sourceforge.net/ SmartIrc4net Copyright © 2003-2005 Mirco Bauer -http://www.meebey.net/projects/smartirc4net/ \ No newline at end of file +http://www.meebey.net/projects/smartirc4net/