From: rtrimana Date: Mon, 26 Feb 2018 22:37:52 +0000 (-0800) Subject: Completing README with missing instructions to get other installation packages X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b5c60fcf76ffaefa4dfea85e0beeb1e8de2ccc78;p=lede.git Completing README with missing instructions to get other installation packages --- diff --git a/README b/README index 18938ad01e..af16ae4b83 100644 --- a/README +++ b/README @@ -40,8 +40,11 @@ onto your local repository. Then execute "git checkout lede-17.01" to checkout the right branch---this is a detached branch (there is no master branch), so we have to do this to make sure that we can push and pull changes correctly. -2) Copy the compilation configuration file vigilia.config into a .config file in -the main folder by executing "cp vigilia.config .config". +2) Run "./scripts/feeds update -a" to get all the latest package definitions +defined in feeds.conf / feeds.conf.default respectively and "./scripts/feeds +install -a" to install symlinks of all of them into package/feeds/. +Run "make menuconfig", choose "< Load >", and load "vigilia.config". Then save +this configuration as ".config". 3) Do "make world -j", e.g. make world -j12.