From 24ca21b71b52675e17d15a76e15e10c6a426743e Mon Sep 17 00:00:00 2001 From: rfschtkt Date: Wed, 26 Apr 2017 11:12:01 +0200 Subject: [PATCH] A compiler seems useful to have... --- Compiling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Compiling.md b/Compiling.md index 3d7b312..6220903 100644 --- a/Compiling.md +++ b/Compiling.md @@ -26,6 +26,7 @@ The build instructions for Linux also apply to other UNIX like operating systems If they are not already installed, you need the following libraries (Ubuntu 16.04/14.04): ``` +sudo apt-get install g++ # or clang++ (presumably) sudo apt-get install autoconf automake libtool sudo apt-get install autoconf-archive sudo apt-get install pkg-config