From fcf26eb956fe94f863292c7ad39d0bd1bece0347 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 22 Feb 2014 12:11:08 +0100 Subject: Add Arch instructions (merged from GH-35). Thanks @thiderman! --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c32801929..325e1ebb8c 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,10 @@ and what is currently being worked on: sudo apt-get install build-essential cmake libncurses5-dev +#### Arch Linux + + sudo pacman -S base-devel cmake ncurses + #### OS X * Install [Xcode](https://developer.apple.com/) @@ -269,7 +273,6 @@ and what is currently being worked on: #### TODO * Release the Dockerfile which has this in it. -* Write instructions for Arch Linux. ### Building -- cgit