diff options
author | P. J. McDermott <pehjota> | 2014-11-13 23:48:03 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-13 23:48:03 (EST) |
commit | 9e6c41acedb66a70b4c056787e9f0e4fda4ed423 (patch) | |
tree | f895efc82c4a7213b5f1e77b4ebd970bae25eb8b /doc | |
parent | 8b053e85c8181c93c6b7fe33fb9d662f3c09c858 (diff) |
doc/legal: Fix `opkg install build-essential` log
Diffstat (limited to 'doc')
-rw-r--r-- | doc/legal.mdwn | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/legal.mdwn b/doc/legal.mdwn index 551fd65..a18822c 100644 --- a/doc/legal.mdwn +++ b/doc/legal.mdwn @@ -70,13 +70,27 @@ Building the Source Package First, install the `build-essential` binary package if you haven't already: # opkg install build-essential - Installing build-essential-amd64-linux-glibc (1.1) to root... + Installing build-essential (1.1) on root. + Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/amd64-linux-glibc/all/base/../../../../../../pool/b/build-essential/build-essential_1.1_amd64-linux-glibc_all.opk. + package cpp-4.7 suggests installing gcc-4.7-locales + package gcc-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales + package gcc-4.7-amd64-linux-glibc suggests installing libmudflap.0-4.7-dev + package g++-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales + Installing build-essential-amd64-linux-glibc (1.1) on root. + Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/all/all/base/../../../../../../pool/b/build-essential/build-essential-amd64-linux-glibc_1.1_all_all.opk. [...] Or: $ sudo prokit opkg $root install build-essential - Installing build-essential-amd64-linux-glibc (1.1) to root... + Installing build-essential (1.1) on root. + Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/amd64-linux-glibc/all/base/../../../../../../pool/b/build-essential/build-essential_1.1_amd64-linux-glibc_all.opk. + package cpp-4.7 suggests installing gcc-4.7-locales + package gcc-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales + package gcc-4.7-amd64-linux-glibc suggests installing libmudflap.0-4.7-dev + package g++-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales + Installing build-essential-amd64-linux-glibc (1.1) on root. + Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/all/all/base/../../../../../../pool/b/build-essential/build-essential-amd64-linux-glibc_1.1_all_all.opk. [...] If you're using a ProteanOS shell directly, you'll have to manually find and |