summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-04 19:31:39 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-04 19:31:39 +0000
commit9d2842a58a294b1938708253af8adee23d1de95c (patch)
tree0f7c30fc8bd9cecc2d795399057d643d306b5faa /etc
parent2a4027fd803df7dd96229cba6955f7cf331f04ac (diff)
downloadmidipix_build-9d2842a58a294b1938708253af8adee23d1de95c.tar.bz2
midipix_build-9d2842a58a294b1938708253af8adee23d1de95c.tar.xz
subr/build_init.subr:build_init(): call buildp_init_prereqs() after buildp_init_getopts().
subr/build_init.subr:buildp_init_prereqs(): split from buildp_init_env(). etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/README.md b/etc/README.md
index 0b53a1a1..fb0ad899 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -62,7 +62,7 @@ Install the build-time dependencies listed in section [2.1](#21-build-time-depen
clone this repository, and run the following command line:
```shell
-./build.sh -a nt64 -b release -D minipix,zipdist -P -v
+./build.sh -a nt64 -b release -P -v
```
By default, the build will take place within ``${HOME}/midipix/nt64/release``
@@ -128,10 +128,10 @@ following hardware at minimum:
* 7200 RPM SATA 3.1 HDD
* 6 GB RAM
-| Target architecture | Build type | Distribution kinds selected | Average build time | Disk space required | Peak RAM usage |
-| ------------------- | ---------- | --------------------------- | ------------------ | ------------------- | -------------- |
-| nt64 | debug | (none) | 2 hours | 57.60 GB | ? GB |
-| nt64 | release | (none) | 1 hours 45 minutes | 35.16 GB | 1.52 GB |
+| Target architecture | Build type | Distribution kinds selected | Average build time | Disk space required |
+| ------------------- | ---------- | --------------------------- | ------------------ | ------------------- |
+| nt64 | debug | (none) | 2 hours | 57.60 GB |
+| nt64 | release | (none) | 1 hours 45 minutes | 35.16 GB |
Package archive files and/or Git repositories additionally consume at least
1.70 GB.