mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
c2bc7e0377
* Fix -soname of osx linker (-install_name) * Added OSX build instructions in doc/osx
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
|