Skip to content

Commit

Permalink
Upodate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Aug 18, 2024
1 parent 8ad3040 commit 4c1dc2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/COMPILE-GUIDE
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ Last revised: May 14, 2023
brew update
brew install openssl

Tell configure where to find tcl and openssl:
Tell configure where to find tcl and / or openssl in case it could not
autodetect:

./configure --with-tcl=/System/Volumes/Data/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/Tcl.framework/tclConfig.sh -with-sslinc=/usr/local/Cellar/openssl@3/3.0.7/include --with-ssllib=/usr/local/Cellar/openssl@3/3.0.7/lib


E. AIX
Follow the standard compile process in Section A. To compile dynamically
(with module support), use 'make eggdrop' instead of 'make'.
Expand Down

0 comments on commit 4c1dc2c

Please sign in to comment.