mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 15:54:59 +00:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
|
ORACLE SOLARIS NOTES
|
||
|
====================
|
||
|
|
||
|
Packages you need:
|
||
|
------------------
|
||
|
pkg install gcc-3 gmake
|
||
|
|
||
|
To compile it:
|
||
|
--------------
|
||
|
./configure --without-debugger --without-gmp
|
||
|
gmake
|
||
|
gmake install
|