mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-03-13 05:41:16 +00:00
Solaris instructions added
This commit is contained in:
parent
38d7524fec
commit
9925c61d67
@ -7,6 +7,7 @@ This doc is trying to cover:
|
|||||||
* [Fedora/Centos](#fedora-centos)
|
* [Fedora/Centos](#fedora-centos)
|
||||||
* [Mac OS X](#mac-os-x)
|
* [Mac OS X](#mac-os-x)
|
||||||
* [FreeBSD](#freebsd)
|
* [FreeBSD](#freebsd)
|
||||||
|
* [Solaris](#solaris)
|
||||||
|
|
||||||
Make sure you have all required dependencies for your system successfully installed.
|
Make sure you have all required dependencies for your system successfully installed.
|
||||||
See [this](requirements.md) page for common requirements.
|
See [this](requirements.md) page for common requirements.
|
||||||
@ -158,3 +159,14 @@ To use newer compiler you should set these variables(replace "47" with your actu
|
|||||||
|
|
||||||
export CC=/usr/local/bin/gcc47
|
export CC=/usr/local/bin/gcc47
|
||||||
export CXX=/usr/local/bin/g++47
|
export CXX=/usr/local/bin/g++47
|
||||||
|
|
||||||
|
Solaris
|
||||||
|
-------
|
||||||
|
|
||||||
|
For OpenIndiana install following packets:
|
||||||
|
|
||||||
|
pkg install developer/gcc-14
|
||||||
|
pkg install system/library/boost
|
||||||
|
pkg install library/security/openssl-3
|
||||||
|
|
||||||
|
then use 'gmake'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user