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

MAEMO
=====
  $ ./configure --with-compiler=mad --with-ostype=gnulinux
  $ make
  $ make deb # TODO

CONFIGURATION
=============

Plugins can be compiled as static or dynamic:

  $ $EDITOR 'libr/config.{mk,h}'


--pancake
