From 79e3217abf26698277b79d5ed3a18eaf0b252c78 Mon Sep 17 00:00:00 2001 From: Louis Buchbinder Date: Sun, 4 Oct 2020 19:57:26 -0400 Subject: [PATCH 1/2] added install step for autoconf --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index d3b5546..873cca7 100644 --- a/README +++ b/README @@ -41,6 +41,7 @@ First you need to install development tools: # For Debian-based distributions (Ubuntu, ElementaryOS, ...) sudo apt install build-essential + sudo apt-get install -y autoconf # For Red-Hat-based distributions (CentOS, Fedora, ...) sudo yum groupinstall 'Development tools' From 72b0782a3c82148e6ecd4530659fb8cea62b365b Mon Sep 17 00:00:00 2001 From: Louis Buchbinder Date: Sun, 4 Oct 2020 20:26:36 -0400 Subject: [PATCH 2/2] added pre-install steps for macOS --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 873cca7..1307978 100644 --- a/README +++ b/README @@ -46,6 +46,10 @@ First you need to install development tools: # For Red-Hat-based distributions (CentOS, Fedora, ...) sudo yum groupinstall 'Development tools' + # For MacOS + brew install autoconf + brew install automake + You need to clone the repo and then you need to go into the corkscrew source directory and run