From 205863a9cb0ece823249584b85d8a1d8eefb5fd4 Mon Sep 17 00:00:00 2001 From: Alnis Smidchens Date: Sun, 5 Nov 2023 11:58:23 -0800 Subject: [PATCH 1/2] Add dependency groff to macOS prerequisites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e20428fe..5a23d4d7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ You need Linux or macOS. On Windows, we recommend installing the Windows Subsyst - Install [cairo](https://formulae.brew.sh/formula/cairo#default) via homebrew `brew install cairo` - Install [Eigen]("https://formulae.brew.sh/formula/eigen#default") via homebrew `brew install eigen` - Locate Eigen files and move them to `vendor/eigen3/Eigen` under the LOST repository +- Install [groff]("https://formulae.brew.sh/formula/groff#default") via homebrew `brew install groff` ### Building From 2b31633e87ecf2b0ffc3451a0341816141f491b8 Mon Sep 17 00:00:00 2001 From: Alnis Smidchens Date: Sun, 5 Nov 2023 23:44:44 -0800 Subject: [PATCH 2/2] Add note about ASAN to macOS section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a23d4d7..6d60e33d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ You need Linux or macOS. On Windows, we recommend installing the Windows Subsyst - Install [Eigen]("https://formulae.brew.sh/formula/eigen#default") via homebrew `brew install eigen` - Locate Eigen files and move them to `vendor/eigen3/Eigen` under the LOST repository - Install [groff]("https://formulae.brew.sh/formula/groff#default") via homebrew `brew install groff` +- If you get errors mentioning 'ASAN' or 'AddressSanitizer', try `make clean` and then `make LOST_DISABLE_ASAN=1` to disable ASAN. See the Linux section above for more details. ### Building