From f82e90330a22d792f802ae5876d657a82956d91d Mon Sep 17 00:00:00 2001 From: Bailey Kasin <31324979+BKasin@users.noreply.github.com> Date: Mon, 18 Mar 2019 08:47:20 -0700 Subject: [PATCH] Add Arch build instructions to README (#377) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff7ab0ce..880391d6 100644 --- a/README.md +++ b/README.md @@ -176,11 +176,18 @@ zypper install git subversion ncurses-devel zlib-devel gawk unzip \ libopenssl-devel shellcheck lua51 ``` +On Arch: +``` +pacman -S base-devel subversion zlib unzip perl-xml-libxml wget \ + quilt openssl shellcheck lua51 git +``` + ### Building firmware images To obtain the source and build the firmware locally use: -```bash +``` +bash git clone https://github.com/aredn/aredn_ar71xx.git cd aredn_ar71xx vi config.mk # enter your callsign, etc.