From 9efad20284a6046d2fdd9a4828acb7147f5cf5b8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 26 Apr 2014 17:30:29 -0400 Subject: get: Refer to /etc/proteanos_arch in build notes. --- (limited to 'get.mdwn') 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-` 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-` 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-` 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... [...] -- cgit v0.9.1