aboutsummaryrefslogtreecommitdiff
path: root/155
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /155
Initial versionHEADmain
Diffstat (limited to '155')
-rw-r--r--155/index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/155/index.md b/155/index.md
new file mode 100644
index 0000000..9288014
--- /dev/null
+++ b/155/index.md
@@ -0,0 +1,16 @@
+Title: Update macOS install instructions
+Author: yincrash
+Created: Sun, 05 May 2024 18:02:47 +0000
+State: closed
+
+On macOS, Homebrew will install OpenSSL to different locations depending on which architecture you're on (Intel or ARM). It also doesn't put the headers and library files in the default search path for `gcc`.
+
+This added instruction in the `doc/install.md` aligns with a similar instruction for BSD and is architecture and OpenSSL version agnostic (because it just asks Homebrew to tell us what the prefix is).
+
+`pkg-config` could easily work across platforms or the lookup could be configured to test for homebrew, but I didn't want to make a much bigger change to the autoconf script.
+
+--%--
+From: yincrash
+Date: Sun, 05 May 2024 21:14:12 +0000
+
+Done \ No newline at end of file