File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ We achieve bootstrappability by using Guix as a functional package manager.
11
11
12
12
# Requirements
13
13
14
- Conservatively, a x86_64 machine with:
14
+ Conservatively, you will need an x86_64 machine with:
15
15
16
16
- 16GB of free disk space on the partition that /gnu/store will reside in
17
17
- 8GB of free disk space ** per platform triple** you're planning on building
@@ -87,7 +87,7 @@ crucial differences:
87
87
An invocation with all default options would look like:
88
88
89
89
```
90
- env DETACHED_SIGS_REPO=<path/to/bitcoin-detached-sigs> ./contrib/guix-codesign
90
+ env DETACHED_SIGS_REPO=<path/to/bitcoin-detached-sigs> ./contrib/guix/guix -codesign
91
91
```
92
92
93
93
## Cleaning intermediate work directories
@@ -437,9 +437,8 @@ In the extraordinarily rare case where you messed up your Guix installation in
437
437
an irreversible way, you may want to completely purge Guix from your system and
438
438
start over.
439
439
440
- 1 . Uninstall Guix itself according to the way you installed it. (e.g. `sudo apt
441
- purge guix` for Ubuntu packaging, ` sudo make uninstall` for
442
- built-from-source).
440
+ 1 . Uninstall Guix itself according to the way you installed it (e.g. `sudo apt
441
+ purge guix` for Ubuntu packaging, ` sudo make uninstall` for a build from source).
443
442
2 . Remove all build users and groups
444
443
445
444
You may check for relevant users and groups using:
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export AUTOMAKE_VERSION=1.16
68
68
Make sure ` BDB_PREFIX ` is set to the appropriate path from the above steps.
69
69
70
70
Note that building with external signer support currently fails on OpenBSD,
71
- hence you have to explicitely disable it by passing the parameter
71
+ hence you have to explicitly disable it by passing the parameter
72
72
` --disable-external-signer ` to the configure script.
73
73
(Background: the feature requires the header-only library boost::process, which
74
74
is available on OpenBSD 6.9 via Boost 1.72.0, but contains certain system calls
You can’t perform that action at this time.
0 commit comments