From 61cf28e204bcdc3d20b08b929075a223e327cc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Perelli?= Date: Mon, 26 Feb 2018 22:24:49 -0300 Subject: [PATCH] Add Ubuntu/Debian easy compilation instructions Add Ubuntu/Debian easy compilation instructions / dependencies installation --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 2a4afd8..6b0201f 100644 --- a/README +++ b/README @@ -23,6 +23,18 @@ $ git submodule update --recursive After fetching the submodules, continue with section "Compilation from source". + +Ubuntu/Debian instructions +========================== + + sudo apt install cmake qtbase5-dev libqt5webkit5-dev libboost-dev + git clone git@github.com:hrobeers/finFoil.git --recursive + cd finFoil + mkdir bin + cd bin + cmake .. + make -j4 + Dependencies ============ C++11 compliant compiler (GCC >= 4.7, Clang >= 3.0, Intel C++ >= 12.1)