Update README.md

This commit is contained in:
xarkes 2017-11-20 18:50:55 +01:00 committed by GitHub
parent b3d4bdb080
commit 03ef0be73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ First you must clone the repository:
git clone https://github.com/radareorg/cutter git clone https://github.com/radareorg/cutter
cd cutter cd cutter
``` ```
### Building radare2 ### Building radare2
```sh ```sh
git submodule init radare2 && git submodule update radare2 git submodule init radare2 && git submodule update radare2
@ -72,6 +73,8 @@ On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installe
sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found 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 ## Platforms
Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms. Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.