From f9b7884ec059f89ced13c77dc82f17820116bc27 Mon Sep 17 00:00:00 2001 From: Conrad Jones Date: Mon, 8 May 2017 21:42:22 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e61bb87..a41f76e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The Witchcraft Compiler Collection requires the following software to be install ### Installation Requirements on Ubuntu/Debian Under Ubuntu/Debian those dependencies can be installed with the following commands (tested on Ubuntu 14.04): + # Required for add-apt-repository + sudo apt-get install python-software-properties software-properties-common # Add repo for clang sudo add-apt-repository ppa:kxstudio-team/builds From 5134df7ad9f0ddfea30dbf423274a560e07799c7 Mon Sep 17 00:00:00 2001 From: Conrad Jones Date: Mon, 8 May 2017 21:43:25 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a41f76e..2db5ed5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The Witchcraft Compiler Collection requires the following software to be install ### Installation Requirements on Ubuntu/Debian Under Ubuntu/Debian those dependencies can be installed with the following commands (tested on Ubuntu 14.04): + # Required for add-apt-repository sudo apt-get install python-software-properties software-properties-common