mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Update README.md
This commit is contained in:
parent
b3d4bdb080
commit
03ef0be73d
@ -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
|
||||
@ -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
|
||||
|
||||
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
|
||||
|
||||
Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.
|
||||
|
Loading…
Reference in New Issue
Block a user