Skip to content

Commit

Permalink
Docs: Update macOS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 14, 2023
1 parent d8d1cf7 commit 9a1500f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/DBD/mysql/INSTALL.pod
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,15 @@ For installing DBD::mysql you need to have the libssl header files and the
mysql client libs. The easiest way to install these is using Homebrew
(L<https://brew.sh/>).

It is recommended to use a Perl version that is installed with brew as well
as the system version might not come with header files in the expected locations.

Once you have Homebrew set up, you can simply install the dependencies using

brew install openssl@3 mysql-client
brew install perl openssl@3 mysql-client

After installing components with brew you might have to logout and login for
your shell to pick up the newly installed software.

Then make sure to add the path for L<mysql_config> to your path:

Expand Down

0 comments on commit 9a1500f

Please sign in to comment.