diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-07-12 15:31:23 +0000 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-07-12 15:31:23 +0000 |
commit | b8817b666eb04ac7bfef15ccdec92cfa7b757061 (patch) | |
tree | 1a65d9b95763dec8f3a18accf72217e86219ab6a | |
parent | 753f5fcc9c94d4bc8fb7dbb72662671ec41c61aa (diff) |
Add list with required packages
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,9 +5,12 @@ Scripts for building LXD images from OpenWrt rootfs tarballs. The OpenWrt SDK is Requirements ------------ -Subversion is required in addition to the software needed to build packages on the SDK. -(Refer to https://openwrt.org/docs/guide-developer/obtain.firmware.sdk). +It's recommended you use Debian or Ubuntu on the build system. The following additional packages are required on Ubuntu 18.04: + +* build-essential +* subversion +* fakeroot Configuration ------------- -Refer to the beginning of build.sh. +Refer to the top of build.sh. |