Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 $ sudo apt-get install libhwloc-dev libhwloc5 libunwind8 libunwind8-dev

Debian 8

The following packages must be installed:

Code Block
 sudo apt-get install g++ make pkg-config libssl-dev tcl-dev libexpat1-dev libpcre3-dev libmodule-install-perl

It's also recommended that the following packages are installed, but they are not required (and they come pre-installed on many systems):

Code Block
 sudo apt-get install libcap-dev libcap2 hwloc libhwloc-dev

To enable WCCP you will need flex and bison. These should be recent enough to work.

Code Block
 sudo apt-get install bison flex

 

ATS v8.0 and later

For ATS v8.0.0 and later, a compiler with support for C++17 is required. You can install this using the testing repo on Debian 9:

 

Code Block
$ sudo cat >> /etc/apt/sources.list
deb http://deb.debian.org/debian testing main
$ apt-get update
$ apt-get install linux-compiler-gcc-7-x86 g++-7
 
# This is optional, but prevent apt-get upgrade from upgrading everything from testing
$ cat >> /etc/apt/preferences.d/testing
Package: *
Pin: release a=testing
Pin-Priority: 50

 

Debian 8

The following packages must be installed:

Code Block
 sudo apt-get install g++ make pkg-config libssl-dev tcl-dev libexpat1-dev libpcre3-dev libmodule-install-perl

It's also recommended that the following packages are installed, but they are not required (and they come pre-installed on many systems):

Code Block
 sudo apt-get install libcap-dev libcap2 hwloc libhwloc-dev

To enable WCCP you will need flex and bison. These should be recent enough to work.

Code Block
 sudo apt-get install bison flex

Git

To use Git, you must install the appropriate packages:

...