Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb authored Feb 21, 2024
1 parent 00984ee commit 711a393
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@ The extension tracks the allocation and release of memory blocks to report the a

### Dependencies

php-memprof depends on libjudy. On Linux-based distributions the dependency can be
installed with:
php-memprof depends on libjudy and sys/queue.h.

On Debian-based distributions the dependencies can be installed with:

# Debian or Ubuntu:
apt install libjudy-dev
# Alpine Linux
apk add judy-dev

On MacOS the dependency can be installed with:
On Alpine:

# Alpine
apk add judy-dev bsd-compat-headers

On MacOS:

# install libjudy dependency:
brew install traildb/judy/judy
Expand Down

0 comments on commit 711a393

Please sign in to comment.