From 32727701a35d4e11be891f6e8271d91de879982f Mon Sep 17 00:00:00 2001 From: Rene Richarz Date: Sat, 17 Aug 2024 09:08:14 +0200 Subject: [PATCH] added instructions for using brew instead of MacPorts on the Mac --- macintosh.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/macintosh.txt b/macintosh.txt index 7d140c5..637d424 100644 --- a/macintosh.txt +++ b/macintosh.txt @@ -2,7 +2,8 @@ Tek4010 on macOS ================ tek4010 can also be built on macOS. If you are prepared to -use the command line interface, proceed as follows. +use the command line interface, proceed as follows. See note +at the bottom if you are using brew. Open a terminal window and type @@ -44,3 +45,11 @@ Type the following commands in your terminal window: There are a few minor problems at present, see the issues in the github repository + +Note: Thanks to Clem Cole pointed out that users of brew +instead of MacPorts can replace steps 2 to 7 as follows + + 4. brew install gtk3+ + 5. brew install git + 6. brew install cairo + 7. brew install pkgconfig