From 9925c61d67e87a02e4eeb9b78d4de9d0e98c669e Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 2 Mar 2025 15:20:02 -0500 Subject: [PATCH] Solaris instructions added --- docs/devs/building/unix.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 8ee3398..7ec3fb6 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -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'