| ▲ | rahimnathwani a day ago | |
The MacOS build on the page is quite old, and doesn't reflect recent fixes/enhancements. If you want to build it from source for MacOS the included instructions won't work because Simon's 'halibut' documentation tool will be missing. So you need to: 1) Build Halibut from source:
2) Build the puzzles app, pointing CMake at that halibut binary. Do this in a fresh build dir (don't reuse a stale top-level CMakeCache.txt that already recorded HALIBUT-NOTFOUND):
3) Now you have build-osx/Puzzles.app and can (optionally) build the dmg: | ||