diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-11 18:05:09 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-11 18:05:09 +0000 |
commit | ed63f88792838e00d84f08af44e8cb34c0219e44 (patch) | |
tree | 95c434002e7e07ceddf156f913811c71c3006731 /openwrt | |
parent | 44b6c279223b59c43c4a0368e948354024442d95 (diff) | |
download | mtk-20170518-ed63f88792838e00d84f08af44e8cb34c0219e44.zip mtk-20170518-ed63f88792838e00d84f08af44e8cb34c0219e44.tar.gz mtk-20170518-ed63f88792838e00d84f08af44e8cb34c0219e44.tar.bz2 |
pkg-config is needed for some packages
SVN-Revision: 1907
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/README b/openwrt/README index a1d7835..2bba6fa 100644 --- a/openwrt/README +++ b/openwrt/README @@ -4,7 +4,7 @@ Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. You need to have installed gcc, binutils, patch, bzip2, flex, bison, -make, gettext, unzip, libz-dev and libc headers. +make, gettext, pkg-config, unzip, libz-dev and libc headers. Simply running 'make' will build your firmware. It will download all sources, build the cross-compile toolchain, |