From 03ef0be73d799cb733cad9ad9a38f534056f8d50 Mon Sep 17 00:00:00 2001 From: xarkes Date: Mon, 20 Nov 2017 18:50:55 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59b62f58..59e01447 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ First you must clone the repository: git clone https://github.com/radareorg/cutter cd cutter ``` + ### Building radare2 ```sh git submodule init radare2 && git submodule update radare2 @@ -71,6 +72,8 @@ Note: If radare2 is not installed system-wide (`./sys/user.sh` installation for On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installed with brew. Run this command to workaround the issue: sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found + +If you encounter the `Project ERROR: r_core development package not found` try this command instead `PKG_CONFIG_PATH=$HOME/bin/prefix/radare2/lib/pkgconfig qmake` ## Platforms