X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=README;h=d8b1b1296a74f7abd5f2106a771420c2a7281c94;hb=39b83cdab37623a546344622db9bbbc784c15df5;hp=f20bd38894051faf9cf59c8e8f51538ad76c3c96;hpb=46ba8aae2b82bc5c87ba347e6bf914ecd5e9d51e;p=elogind.git diff --git a/README b/README index f20bd3889..d8b1b1296 100644 --- a/README +++ b/README @@ -63,6 +63,13 @@ REQUIREMENTS: dracut (optional) PolicyKit (optional) + For systmed-bootchart a kernel with procfs support and several + proc output options enabled is required: + + CONFIG_PROC_FS + CONFIG_SCHEDSTATS + CONFIG_SCHED_DEBUG + When building from git you need the following additional dependencies: docbook-xsl @@ -74,6 +81,7 @@ REQUIREMENTS: gperf gtkdocize (optional) python (optional) + sphinx (optional) When systemd-hostnamed is used it is strongly recommended to install nss-myhostname to ensure that in a world of @@ -86,6 +94,12 @@ REQUIREMENTS: please build D-Bus without systemd first, then build systemd, then rebuild D-Bus with systemd support. + To build HTML documentation for python-systemd using sphinx, + please first install systemd (using 'make install'), and then + invoke sphinx-build with 'make sphinx-', with + being 'html' or 'latexpdf'. If using DESTDIR for installation, + pass the same DESTDIR to 'make sphinx-html' invocation. + WARNINGS: systemd will warn you during boot if /etc/mtab is not a symlink to /proc/mounts. Please ensure that /etc/mtab is a @@ -109,13 +123,3 @@ WARNINGS: (e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise, false positives will be triggered by code which violates some rules but is actually safe. - -ENGINEERING AND CONSULTING SERVICES: - ProFUSION offers professional - engineering and consulting services for systemd for embedded - and other use. Please contact Gustavo Barbieri - for more information. - - Disclaimer: This notice is not a recommendation or official - endorsement. However, ProFUSION's upstream work has been very - beneficial for the systemd project.