|
From: <sv...@va...> - 2015-10-21 12:02:13
|
Author: iraisr
Date: Wed Oct 21 13:02:04 2015
New Revision: 15714
Log:
Clarification for some of the Solaris requirements.
Reported by: Matthew Wozniczka <mat...@si...>
Modified:
trunk/README.solaris
Modified: trunk/README.solaris
==============================================================================
--- trunk/README.solaris (original)
+++ trunk/README.solaris Wed Oct 21 13:02:04 2015
@@ -12,7 +12,10 @@
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).
|