diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-11 18:05:09 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-11 18:05:09 +0000 |
commit | 208941ceaeec5488d0a61e4025d4e5a3ae53170e (patch) | |
tree | c32d11ea1e836d24469d13aa008d9ef30bcacd46 /README | |
parent | 5eff6029f8248575109200709f028a22cdd01c85 (diff) | |
download | master-187ad058-208941ceaeec5488d0a61e4025d4e5a3ae53170e.tar.gz master-187ad058-208941ceaeec5488d0a61e4025d4e5a3ae53170e.tar.bz2 master-187ad058-208941ceaeec5488d0a61e4025d4e5a3ae53170e.zip |
pkg-config is needed for some packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |