Skip to content

Commit

Permalink
Add note about Debian and Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 25, 2017
1 parent c2003bb commit 846c708
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ The only other requirement, scons, can be installed with:

pacman -S scons

## C++17 on Debian or Ubuntu

Ubuntu 17.10 has C++17 support by default. For older versions of Ubuntu or Debian, you might need to install GCC 7 from the testing repostitory, or from a PPA.

Install build-essential, scons and git:

apt install build-essential scons git

## Installation

If possible, install *Sakemake* with the package manager that comes with your distro.
Expand Down

0 comments on commit 846c708

Please sign in to comment.