mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 14:19:06 +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
|