Skip to content

Commit

Permalink
Add Ubuntu/Debian easy compilation instructions
Browse files Browse the repository at this point in the history
Add Ubuntu/Debian easy compilation instructions / dependencies installation
  • Loading branch information
jperelli authored and hrobeers committed Mar 4, 2018
1 parent 1e4fa8d commit 61cf28e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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)
Expand Down

0 comments on commit 61cf28e

Please sign in to comment.