Skip to content

Commit

Permalink
updated install
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOstrowski committed Oct 7, 2016
1 parent 9983979 commit 330db2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ Requirements (copied from clingo)
- a c++11 conforming compiler
gcc version 5.2 (earlier versions will not work)
other compilers might work
- clingo 5.0 sourcecode,
- clingo 5.0.0 sourcecode,
to be put into the clingo folder
if you received this code via git clone, just call
git submodule init
git submodule update
- libcsp 1.0.0 sourcecode,
to be put into the libcsp folder
if you received this code via git clone, just call
git submodule init
git submodule update
- the bison parser generator
version 3.0 is tested (produces warnings to stay backwards-compatible)
version 2.5 and newer should work (earlier versions will not work)
Expand Down

0 comments on commit 330db2a

Please sign in to comment.