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
|