33 lines
418 B
Plaintext
33 lines
418 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' :)
|
|
|
|
WINDOWS
|
|
=======
|
|
|
|
$ ./configure --with-compiler=i486-mingw32-gcc --with-ostype=windows
|
|
$ make
|
|
|
|
CONFIGURATION
|
|
=============
|
|
|
|
Plugins can be compiled as static or dynamic:
|
|
|
|
$ $EDITOR 'libr/config.{mk,h}'
|
|
|
|
|
|
--pancake
|