mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 10:51:01 +00:00
3ab9e61c22
* More work on the io refactoring
32 lines
630 B
Plaintext
32 lines
630 B
Plaintext
OSX
|
|
===
|
|
|
|
To compile for OSX run configure in this way:
|
|
|
|
$ ./configure --with-ostype=darwin
|
|
|
|
And then..
|
|
|
|
$ make
|
|
$ sudo make install
|
|
|
|
To install r2-swig you will need to install r2, valac, valaswig
|
|
|
|
On OSX>=10.6 you need to sign the binary to debug
|
|
|
|
To use the debugger in OSX>10.6 you have to create a self-signed certificate
|
|
using the "KeyChain Access" utility. Then do the following:
|
|
|
|
Menu -> CertificateAssistant -> Create Certificate
|
|
-> certificate type: code signing
|
|
|
|
Use organization: radare.org
|
|
Name: radare2
|
|
|
|
When created:
|
|
|
|
Right click on certificate -> Trust options -> Always trust
|
|
|
|
$ cd binr/radare2
|
|
$ make osxsign
|