X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=README;h=4cbe56343cfa8ef21a50370ee94a3326cd283c69;hp=6d2b27fb3e8a5660344f4232c78dcd96e9a7cd3f;hb=c3787d4c0c1d6707d06181628794367395f536e7;hpb=4828e8ff2315da37b2c05ed8598587c2e5684f1f diff --git a/README b/README index 6d2b27fb3e..4cbe56343c 100644 --- a/README +++ b/README @@ -3,12 +3,13 @@ This is the buildsystem for the OpenWrt Linux distribution. Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. -You need to have installed gcc, binutils, patch, bzip2, flex, -make, gettext, pkg-config, unzip, libz-dev and libc headers. +You need to have installed gcc, binutils, bzip2, flex, python, perl, make, +find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers. -Run "./scripts/feeds update" to get the latest package definitions +Run "./scripts/feeds update -a" to get all the latest package definitions defined in feeds.conf / feeds.conf.default respectively -and "./scripts/feeds install" to install symlinks into "package/feeds/*". +and "./scripts/feeds install -a" to install symlinks of all of them into +package/feeds/. Use "make menuconfig" to configure your image.