mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
28 lines
321 B
Plaintext
28 lines
321 B
Plaintext
|
INSTALL
|
||
|
=======
|
||
|
|
||
|
To build and install radare2 and libr:
|
||
|
|
||
|
$ ./configure --prefix=/usr
|
||
|
|
||
|
Then build:
|
||
|
|
||
|
$ make -s
|
||
|
|
||
|
And install
|
||
|
|
||
|
$ sup make install
|
||
|
|
||
|
If you regret about it, just 'make deinstall' :)
|
||
|
|
||
|
|
||
|
CONFIGURATION
|
||
|
=============
|
||
|
|
||
|
Plugins can be compiled as static or dynamic:
|
||
|
|
||
|
$ $EDITOR 'libr/config.{mk,h}'
|
||
|
|
||
|
|
||
|
--pancake
|