mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 09:01:51 +00:00
14 lines
199 B
Plaintext
14 lines
199 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
|