From 1d0a7b54fa330b041a720932ee4e05dcad1d2d5c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 31 Jul 2020 15:43:25 +0200 Subject: Enable syntax highlighting --- doc/manual/src/installation/building-source.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/manual/src/installation/building-source.md') diff --git a/doc/manual/src/installation/building-source.md b/doc/manual/src/installation/building-source.md index 35dbd5541..d21a51a82 100644 --- a/doc/manual/src/installation/building-source.md +++ b/doc/manual/src/installation/building-source.md @@ -3,16 +3,20 @@ After unpacking or checking out the Nix sources, issue the following commands: - $ ./configure options... - $ make - $ make install +```console +$ ./configure options... +$ make +$ make install +``` Nix requires GNU Make so you may need to invoke `gmake` instead. When building from the Git repository, these should be preceded by the command: - $ ./bootstrap.sh +```console +$ ./bootstrap.sh +``` The installation path can be specified by passing the `--prefix=prefix` to `configure`. The default installation directory is `/usr/local`. You -- cgit v1.2.3