summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-04 09:50:51 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-04 09:50:51 +0200
commitddca9bbe3a6fa3ac0d045f13bb425fe2bd401be4 (patch)
tree56def503dd72b7c1fbda24084ac6b751b6ad1c9b /README.md
parentd03d276625a746b9b1c2a75f8488ab300730a7a9 (diff)
downloadpython-systemd-ddca9bbe3a6fa3ac0d045f13bb425fe2bd401be4.tar.gz
build-sys: use pkg-config to build with old systemd
This should allow the build to just work on old Ubuntu and similar.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 729384e..69d564d 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,14 @@ On Fedora 21+ with Python 3:
dnf install git python3-pip gcc python3-devel systemd-devel
pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd
+On Debian or Ubuntu with Python 2:
+
+ apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev
+
+On Debian or Ubuntu with Python 3:
+
+ apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev
+
Usage
=====