1
0
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:
orignal 2025-03-02 15:20:02 -05:00 committed by GitHub
parent 38d7524fec
commit 9925c61d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ This doc is trying to cover:
* [Fedora/Centos](#fedora-centos)
* [Mac OS X](#mac-os-x)
* [FreeBSD](#freebsd)
* [Solaris](#solaris)
Make sure you have all required dependencies for your system successfully installed.
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 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'