On 2021-10-24 21:04:36, Scott Street (1:266/420) wrote to All:
Does anyone have a guide on getting Golded-Plus to compile/make on
MacOS.
Install CMake with Homebrew or MacPorts:
"brew install cmake", or "sudo port install cmake".
Clone the GoldED+ repo:
git clone
https://github.com/golded-plus/golded-plus
Build GoldED+:
cd golded-plus/golded3
cp mygolded.__h mygolded.h
mkdir ../bld
cd ../bld
cmake ..
make -j
The GoldED binary will be at golded3/golded.
This works on MacOS 10.13.6 High Sierra with the Xcode Command Line Tools installed. I can't vouch for newer versions, but it should work.
--- GoldED+/BSD 1.1.5-b20180707
* Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)