commit 2010f5781ff36cf25029f2310cd160eab6397438 parent 82d8594a0db2046a68932bbe0ff8178773e4fc38 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Thu, 27 Mar 2025 16:57:43 +0100 update installation instructions Diffstat:
| M | installing.rst | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/installing.rst b/installing.rst @@ -177,8 +177,7 @@ interception <installing#configuring%20system-wide-dns-interception>`__. Preparing and Compiling the Source Code --------------------------------------- -For preparing the source code for compilation a bootstrap script and -configure has to be run from the source code directory. When running +Get the source code from git or a source tarball. When running `meson setup`, options can be specified to customize the compilation and installation process. For details execute: @@ -191,8 +190,7 @@ and creates the out-of-tree build folder `build`. :: - $ cd ~/gnunet - $ ./bootstrap + $ ./bootstrap (only when installing from git) $ meson setup -Dprefix=/usr/local build After running the bootstrap script and setup successfully the source