summaryrefslogtreecommitdiffstats
path: root/get.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-04-26 17:30:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-04-26 17:30:29 (EDT)
commit9efad20284a6046d2fdd9a4828acb7147f5cf5b8 (patch)
tree7c02b442428516642ea15d24347e545ed67ecab8 /get.mdwn
parent21ec5c7d6539458839233f6c3811eb24b12a9d61 (diff)
get: Refer to /etc/proteanos_arch in build notes.
Diffstat (limited to 'get.mdwn')
-rw-r--r--get.mdwn14
1 files changed, 8 insertions, 6 deletions
diff --git a/get.mdwn b/get.mdwn
index fa4bd4f..e1990f8 100644
--- a/get.mdwn
+++ b/get.mdwn
@@ -41,12 +41,14 @@ recommended for bootstrapping ProteanOS with these scripts.
Building in an Installed ProteanOS System
-----------------------------------------
-First install the `build-essential-<ARCH>` package for your architecture. This
-causes the installation of all the packages that are commonly used to build
-ProteanOS packages. For example, on an amd64-linux-glibc system, run (where
-`/ #` is the BusyBox ash prompt and not something to be typed):
-
- / # opkg install build-essential-amd64-linuc-glibc
+First install the `build-essential-<ARCH>` package for your architecture (check
+`/etc/proteanos_arch` to find your architecture). This causes the installation
+of all the packages that are commonly used to build ProteanOS packages. The
+following command will install the right `build-essential-<ARCH>` package for
+your system (where `/ #` is the BusyBox ash prompt and not something to be
+typed):
+
+ / # opkg install build-essential-$(cat /etc/proteanos_arch)
Installing build-essential-amd64-linux-glibc (1.0) to root...
[...]