aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-08-22 13:09:30 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-04 16:01:29 -0500
commitd6622a1156929294b909d08273fd227c7d817bb9 (patch)
tree29df9fc3ecae9e72e467effc91f3985eafaccd82 /README.md
parent92004a2ed65045b7ca79063dda8fc5b4ac761606 (diff)
add meson build files
Closes #116. Closes #171. Closes #172. Closes #175.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0754421..7393424b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,16 @@ OpenRC README
OpenRC is a dependency-based init system that works with the
system-provided init program, normally `/sbin/init`.
-## Installation
+## building and installing
+
+OpenRC uses the [meson](http://mesonbuild.com) build system, so use the
+usual methods for this build system to build and install.
+
+The old build system is still available for the 0.44.x branch, but it
+will be removed for the next release. The previous documentation is
+below.
+
+## Installation (historical)
OpenRC requires GNU make.
@@ -13,7 +22,7 @@ executed using this command:
`make install`
-## Configuration
+## Configuration (historical)
You may wish to configure the installation by passing one or more of the
below arguments to the make command