]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos: mention the build-essential package in README.solaris
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 1 Apr 2025 18:09:14 +0000 (20:09 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 1 Apr 2025 18:09:14 +0000 (20:09 +0200)
README.solaris

index 42adb0b0c91f38a89e40f05c4354ed0a858a3a97..1815eb4a4a7a4383342412fa0537ca319531dcbf 100644 (file)
@@ -5,6 +5,8 @@ Requirements
   Running `uname -r` has to print '5.11'.
 - Recent GCC tools are required, GCC 3 will probably not work. GCC version
   4.5 (or higher) is recommended.
+- On Illumos you can install the 'build-essential' metapackage which
+  includes GCC and many other developer tools.
 - Solaris ld has to be the first linker in the PATH. GNU ld cannot be used.
   There is currently no linker check in the configure script but the linking
   phase fails if GNU ld is used. Recent Solaris/illumos distributions are ok.