From 711a393fb49d104fccab324e88af320f77d9ee93 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 21 Feb 2024 15:39:50 +0100 Subject: [PATCH] Update README.md https://github.com/arnaud-lb/php-memory-profiler/issues/15 --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90a0048..bc725df 100644 --- a/README.md +++ b/README.md @@ -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