diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-02 20:21:34 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-07-18 10:04:44 -0400 |
commit | 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8 (patch) | |
tree | e7c6495a3b56e95f62658845eeebff7ec256f8d4 /README | |
parent | mailmap: add entry (diff) | |
download | systemd-72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.tar.gz systemd-72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.tar.bz2 systemd-72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.zip |
build-sys: drop automake support
v2:
- also mention m4
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 8 insertions, 29 deletions
@@ -8,9 +8,6 @@ WEB SITE: GIT: git@github.com:systemd/systemd.git - https://github.com/systemd/systemd.git - -GITWEB: https://github.com/systemd/systemd MAILING LIST: @@ -145,7 +142,13 @@ REQUIREMENTS: libpython (optional) libidn2 or libidn (optional) elfutils >= 158 (optional) - make, gcc, and similar tools + pkg-config + gperf >= 3.1 + docbook-xsl (optional, required for documentation) + xsltproc (optional, required for documentation) + python-lxml (optional, required to build the indices) + python, meson, ninja + gcc, awk, sed, grep, m4, and similar tools During runtime, you need the following additional dependencies: @@ -157,18 +160,6 @@ REQUIREMENTS: dracut (optional) PolicyKit (optional) - Two build systems are supported: meson + ninja-build and autools + make. - - The following tools are needed with both systems: - - pkg-config - gperf >= 3.1 - docbook-xsl (optional, required for documentation) - xsltproc (optional, required for documentation) - python-lxml (optional, required to build the indices) - - When building with meson, python and ninja-build are required. - To build in directory build/: meson build/ && ninja -C build @@ -185,19 +176,7 @@ REQUIREMENTS: sudo ninja install DESTDIR=... ninja install - When building with autotools, the following tools are needed: - - automake - autoconf - libtool - intltool - python (optional) - - The build system is initialized with ./autogen.sh and the usual - ./configure && make - should be used. - - A tar ball can be created with: + A tarball can be created with: git archive --format=tar --prefix=systemd-222/ v222 | xz > systemd-222.tar.xz When systemd-hostnamed is used, it is strongly recommended to |