diff options
-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... [...] |