Skip to content

Commit

Permalink
Version-agnostic PECL installation on MacOS
Browse files Browse the repository at this point in the history
Use Homebrew's symlink pointing to installed Judy version.
  • Loading branch information
Wirone authored Mar 20, 2024
1 parent 711a393 commit 56245bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Make sure to install [dependencies](#dependencies), and then:
pecl install memprof

On MacOS:
JUDY_DIR="/opt/homebrew/Cellar/judy/1.0.5" pecl install memprof
JUDY_DIR=$(brew --prefix traildb/judy/judy) pecl install memprof

> **Note** If libjudy is installed in a non-standard path (not /usr or /usr/local), please use the manual installation method bellow.
Expand Down

0 comments on commit 56245bd

Please sign in to comment.