aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriraisr <iraisr@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-10-21 12:02:04 +0000
committeriraisr <iraisr@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-10-21 12:02:04 +0000
commitaeed80fb6b058095513cf4308781abd48d4d0d56 (patch)
tree57e3e52dad8aff5a84f68606e4b6e8f99c06acb3
parent28d542d30a4d3a5c7166084294214f0a7e9c0dcf (diff)
downloadvalgrind-aeed80fb6b058095513cf4308781abd48d4d0d56.tar.gz
Clarification for some of the Solaris requirements.
Reported by: Matthew Wozniczka <mattheww@simba.com> git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15714 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r--README.solaris5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.solaris b/README.solaris
index 924eb2fca..ed73e498e 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).