From 4f0a93c3d94e9389b53f77a89fc5d54887f61eee Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Sat, 2 May 2020 13:08:05 +0200 Subject: [PATCH] hacking-howto: Update 'build system' section Mention new --disable flags --- docs/hacking-howto | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/hacking-howto b/docs/hacking-howto index 0a84d266..6d8092b5 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -18,8 +18,8 @@ Here’s a memory refresher: $ ../configure $ make -j8 -(The autoreconf -fi step is unnecessary if you are building from a release tarball, - but shouldn’t hurt either.) +The autoreconf -fi step is unnecessary if you are building from a release +tarball, but shouldn’t hurt either. === Build system features @@ -37,7 +37,9 @@ Here’s a memory refresher: * +make+ will build manpages/docs by default if the tools are installed. Conversely, manpages/docs are not tried to be built for users who don’t want - to install all these dependencies to get started hacking on i3. + to install all these dependencies to get started hacking on i3. Manpages and + docs can be disabled with the +--disable-mans++ and ++--disable-docs++ + configure options respectively. * non-release builds will enable address sanitizer by default. Use the +--disable-sanitizers+ configure option to turn off all sanitizers, and see