From: Ivo Raisr Date: Wed, 21 Oct 2015 12:02:04 +0000 (+0000) Subject: Clarification for some of the Solaris requirements. X-Git-Tag: svn/VALGRIND_3_12_0~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b983ea5efa09635ad13d4c5ee8b12aedbb47fd3;p=thirdparty%2Fvalgrind.git Clarification for some of the Solaris requirements. Reported by: Matthew Wozniczka git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15714 --- diff --git a/README.solaris b/README.solaris index 924eb2fcad..ed73e498e1 100644 --- a/README.solaris +++ b/README.solaris @@ -12,7 +12,10 @@ Requirements automake and autoconf have to be found in the PATH. You should be able to install pkg:/developer/build/automake and pkg:/developer/build/autoconf packages to fullfil this requirement. -- System header files and GNU make is also required. +- System header files are required. On Solaris, these can be installed with: + # pkg install system/header +- GNU make is also required. On Solaris, this can be quickly achieved with: + $ PATH=/usr/gnu/bin:$PATH; export PATH - For remote debugging support, working GDB is required (see below).