]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Clarification for some of the Solaris requirements.
authorIvo Raisr <ivosh@ivosh.net>
Wed, 21 Oct 2015 12:02:04 +0000 (12:02 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Wed, 21 Oct 2015 12:02:04 +0000 (12:02 +0000)
Reported by: Matthew Wozniczka <mattheww@simba.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15714

README.solaris

index 924eb2fcaded26ad1f483583089a7d8b6b342f09..ed73e498e18de579971137f73930c72982564ef8 100644 (file)
@@ -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).