diff options
author | P. J. McDermott <pehjota> | 2014-04-26 17:30:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-26 17:30:29 (EDT) |
commit | 9efad20284a6046d2fdd9a4828acb7147f5cf5b8 (patch) | |
tree | 7c02b442428516642ea15d24347e545ed67ecab8 | |
parent | 21ec5c7d6539458839233f6c3811eb24b12a9d61 (diff) |
get: Refer to /etc/proteanos_arch in build notes.
-rw-r--r-- | get.mdwn | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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... [...] |