From 32528333b57199e5ce24029b131dbeb6d77178a4 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 5 Jun 2024 21:44:58 +0200 Subject: [PATCH] docs: remove obsolete macos build steps --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1b3a0c4..8dd8f44 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ This is my Zig text editor. It is very much a work-in-progress, but far enough a https://github.com/neurocyte/flow/assets/1552770/97aae817-c209-4c08-bc65-0a0bf1f2d4c6 # Requirements -- A modern terminal with 24bit color and kitty keyboard protocol support (kitty and ghostty are the only recommended terminals at this time) +- A modern terminal with 24bit color and kitty keyboard protocol support. Kitty and + ghostty are the only recommended terminals at this time. Most other terminals + will work, but with reduced functionality. - NerdFonts support - Linux or MacOS (help porting to *BSD or Windows is welcome!) - A UTF-8 locale (very important!) @@ -45,19 +47,6 @@ Run with: zig-out/bin/flow ``` -## MacOS - -On MacOS you will need to link Flow against a MacOS build of **notcurses 3.0.9**. This -is easiest with `brew`: - -```shell -brew install notcurses -zig build -Doptimize=ReleaseFast -Duse_system_notcurses=true --search-prefix $HOMEBREW_PREFIX -``` - -If `HOMEBREW_PREFIX` is not set in your environment check your brew configuration -with `brew config`. - # Running Flow Control The output binary is: