From: RISCi_ATOM Date: Sun, 4 Jun 2017 01:09:25 +0000 (-0400) Subject: Add part about installing and updating pkg feed X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c072f20f354dcef9c38c0d3e0862c6e89efbbeab;p=librecmc%2Flibrecmc.bkup.wiki.git Add part about installing and updating pkg feed --- diff --git a/How To Build libreCMC.md b/How To Build libreCMC.md index a81bd48..ff977cc 100644 --- a/How To Build libreCMC.md +++ b/How To Build libreCMC.md @@ -35,6 +35,14 @@ libreCMC is licensed under the GPLv2 and contains code from other free software or download a [release](https://librecmc.org/librecmc/wiki?name=releases) +If you want to build packages found in libreCMC's package feed, update and install the make files +by running the following from `$SRC_ROOT`: + +`./scripts/feeds update && ./scripts/feeds install -a` + +This will pull the makefiles for the package feed and make them available for selection +when configuring your build of libreCMC. + 2) Configure libreCMC for your device. `make menuconfig` @@ -62,4 +70,4 @@ or download a [release](https://librecmc.org/librecmc/wiki?name=releases) Where `$BUILD_TARGET = target (ex. ar71xx)`, `$TARGET_PROFILE = device`, `$VERSION = device version (some don't any)` -5) Flash the newly built image (if you are confident). libreCMC project is not responsible for bricked devices. \ No newline at end of file +5) Flash the newly built image (if you are confident). libreCMC project is not responsible for bricked devices.