Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Sep 30, 2019
1 parent 0bdfd95 commit 2a58135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Ubuntu Server 16.04 LTS, x86-64 (AMD), x86-64, g++
apt install g++ make
make GXX='g++ -fpermissive'

Debian GNU/Linux 8 (Jessie), x86-64 (Intel), x86-64, clang++
apt install clang-4.0
make GCC=clang-4.0 GXX=clang++-4.0

Debian GNU/Linux 8 (Jessie), x86-64 (Intel), x86-64, g++
apt install g++
make GXX='g++ -fpermissive'

0 comments on commit 2a58135

Please sign in to comment.