mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
23 lines
429 B
Plaintext
23 lines
429 B
Plaintext
r2 for Haiku
|
|
============
|
|
|
|
To compile for Haiku run configure in this way:
|
|
|
|
> ./configure --with-ostype=haiku --prefix=/boot/home/Apps/radare2
|
|
|
|
And then..
|
|
|
|
> make
|
|
> make install
|
|
> mv /boot/home/Apps/radare2/bin/* /boot/home/Apps/radare2/
|
|
> rmdir /boot/home/Apps/radare2/bin/
|
|
|
|
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
|