From 54dbbbcf4e4e7c7aeeeab1feaae5aafcce069444 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 10 Feb 2019 22:38:00 +0100 Subject: [PATCH] Build on Solaris --- doc/build_solaris.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/build_solaris.txt diff --git a/doc/build_solaris.txt b/doc/build_solaris.txt new file mode 100644 index 00000000..ec912bd8 --- /dev/null +++ b/doc/build_solaris.txt @@ -0,0 +1,12 @@ +Install gcc5g++ on Solaris +https://www.opencsw.org/packages/gcc5g++/ + +pkgadd -d http://get.opencsw.org/now +/opt/csw/bin/pkgutil -U +/opt/csw/bin/pkgutil -y -i gcc5g++ +/usr/sbin/pkgchk -L CSWgcc5g++ # list files + + + +PATH=/opt/csw/bin:$PATH +