mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 14:19:06 +00:00
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
Building for the browser
|
|
========================
|
|
|
|
$ git clone git://github.com/kripken/emscripten.git
|
|
$ export PATH=/path/to/emscripten:$PATH
|
|
$ ./configure --without-ewf --without-gmp --with-nonpic --without-pic
|
|
$ emmake make
|
|
|
|
cd binr/radare2
|
|
emcc ../../libr/*/*.o radare2.c -I ../../libr/include/ -DR2_BIRTH=\"pop\" -DR2_GITTIP=\"123\" ../../libr/db/sdb/src/*.o
|