Add part about installing and updating pkg feed
authorRISCi_ATOM <bob@bobcall.me>
Sun, 4 Jun 2017 01:09:25 +0000 (21:09 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 4 Jun 2017 01:09:25 +0000 (21:09 -0400)
How To Build libreCMC.md

index a81bd48f98017544ef5ec4e7de8d9cff459363d6..ff977cceb66241b57aa98d3162462dc3632532aa 100644 (file)
@@ -35,6 +35,14 @@ libreCMC is licensed under the GPLv2 and contains code from other free software
 \r
 or download a [release](https://librecmc.org/librecmc/wiki?name=releases)\r
 \r
+If you want to build packages found in libreCMC's package feed, update and install the make files \r
+by running the following from `$SRC_ROOT`:\r
+\r
+`./scripts/feeds update && ./scripts/feeds install -a`\r
+\r
+This will pull the makefiles for the package feed and make them available for selection \r
+when configuring your build of libreCMC.\r
+\r
 2) Configure libreCMC for your device. \r
 \r
  `make menuconfig` \r
@@ -62,4 +70,4 @@ or download a [release](https://librecmc.org/librecmc/wiki?name=releases)
 \r
  Where `$BUILD_TARGET = target (ex. ar71xx)`, `$TARGET_PROFILE = device`, `$VERSION = device version (some don't any)`\r
 \r
-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.\r