summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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...
[...]