diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 16:13:35 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 16:13:35 -0500 |
commit | c9b64b64fa9b2d2ee31684e8d35375f4c5bddba1 (patch) | |
tree | bcabd686533f15393b3c434fcc23a158ea8a25eb /README.md | |
parent | 9cce9f8ce8d2624ac5fa1cf12d0b4b00de5bcde2 (diff) |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -9,8 +9,8 @@ system-provided init program, normally `/sbin/init`. 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 +The old build system is still available for the 0.44.x branch, but it is +considered deprecated and will be removed. The previous documentation is below. ## Installation (historical) @@ -53,9 +53,11 @@ SH=/bin/sh We don't support building a static OpenRC with PAM. -You may need to use `PROGLDFLAGS=-Wl,-Bstatic` on glibc instead of just `-static`. +You may need to use `PROGLDFLAGS=-Wl,-Bstatic` on glibc instead of just `-static` +(This is now handled by the meson build system). -If you are building OpenRC for a Gentoo Prefix installation, add `MKPREFIX=yes`. +If you are building OpenRC for a Gentoo Prefix installation, add `MKPREFIX=yes` +(this is not supported in the meson build currently, but patches are welcome). `PKG_PREFIX` should be set to where packages install to by default. |