From c22b66103ac61af0513bcf24a6e455af4730e775 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 21 Oct 2018 17:51:08 +0100 Subject: [PATCH] BUILD: minor update and rename to BUILD.txt. The rename is to prevent Github from rendering the file with syntax highlighting, urgh. --- BUILD => BUILD.txt | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) rename BUILD => BUILD.txt (96%) diff --git a/BUILD b/BUILD.txt similarity index 96% rename from BUILD rename to BUILD.txt index 4895ecf..08de059 100644 --- a/BUILD +++ b/BUILD.txt @@ -1,12 +1,13 @@ Building Dinit =-=-=-=-=-=-=- -Building Dinit should be a straight-forward process. It requires GNU make. +Building Dinit should be a straight-forward process. It requires GNU make and a C++11 compiler +(GCC version 4.9 and later, or Clang ~5.0 and later, should be fine) Edit the "mconfig" file to choose appropriate values for the configuration variables defined within. In particular: - CXX : should be set to the name of the C++ compiler (and linker) + CXX : should be set to the name of the C++ compiler (and link driver) CXXOPTS : are options passed to the compiler during compilation (see note for GCC below) LDFLAGS : are any extra flags required for linking; should not normally be needed (FreeBSD requires -lrt). diff --git a/README.md b/README.md index 07123ac..579d08f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ license can be found in the LICENSE file. Dinit was written by Davin McCall . -See BUILD for information on how to build Dinit. +See BUILD.txt for information on how to build Dinit. ## Configuring services -- 2.25.1