|
From: Philippe W. <phi...@so...> - 2019-08-15 14:55:58
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=597c8875df3c49655886ba1d4f4c026488f08c92 commit 597c8875df3c49655886ba1d4f4c026488f08c92 Author: Philippe Waroquiers <phi...@sk...> Date: Thu Aug 15 16:54:05 2019 +0200 Make references from README_DEVELOPERS/README.solaris to README for build/install If someone wants to build/install and starts in these 2 files, a reference to the README instructions is helpful. Diff: --- README.solaris | 3 ++- README_DEVELOPERS | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.solaris b/README.solaris index 7493642..42adb0b 100644 --- a/README.solaris +++ b/README.solaris @@ -23,7 +23,8 @@ Requirements Compilation ----------- -Please follow the generic instructions in the README file. +Please follow the generic instructions in the README file, +in the section 'Building and installing it'. The configure script detects a canonical host to determine which version of Valgrind should be built. If the system compiler by default produces 32-bit diff --git a/README_DEVELOPERS b/README_DEVELOPERS index 07a48c4..3a36fc4 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -1,3 +1,7 @@ +Building and installing it +~~~~~~~~~~~~~~~~~~~~~~~~~~ +To build/install from the GIT repository or from a distribution +tarball, refer to the section with the same name in README. Building and not installing it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |