From cd4df5ad67755103fa0815b676459a15081fe671 Mon Sep 17 00:00:00 2001 From: Jean-Michel Fayard Date: Fri, 24 Apr 2015 11:31:02 +0200 Subject: [PATCH] Trick: brew can build pidcat from latest git commit This is what I used to get pidcat working on Android 5.1 / Nexus 4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a03e061..4cae6de 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Get the script: brew install pidcat +If you need to install the latest development version + brew unlink pidcat + brew install --HEAD pidcat + * Others: Download the `pidcat.py` and place it on your PATH.