2013-06-07 11:21:51 +00:00
|
|
|
r2 for Haiku
|
|
|
|
============
|
|
|
|
|
|
|
|
To compile for Haiku run configure in this way:
|
|
|
|
|
2018-02-27 09:54:54 +00:00
|
|
|
HOST_CC=gcc-x86 CC=gcc-x86 ./configure --with-ostype=haiku --prefix=/boot/home/Apps/radare2
|
2013-06-07 11:21:51 +00:00
|
|
|
|
|
|
|
And then..
|
|
|
|
|
2018-02-27 09:54:54 +00:00
|
|
|
HOST_CC=gcc-x86 make
|
|
|
|
make install
|
|
|
|
mv /boot/home/Apps/radare2/bin/* /boot/home/Apps/radare2/
|
|
|
|
rmdir /boot/home/Apps/radare2/bin/
|
2013-06-07 11:21:51 +00:00
|
|
|
|
|
|
|
To install r2-bindings you will need to install r2, valac, valabind and swig
|
|
|
|
and copy/link libs to radare2/lib
|
|
|
|
|
|
|
|
|
|
|
|
TODO
|
|
|
|
====
|
|
|
|
|
|
|
|
* Add debugging support
|