Skip to content

Commit 7db68d1

Browse files
committed
README
1 parent a610419 commit 7db68d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ Follow these steps:
3737

3838
If `./configure` command can not find mpi.h, try using this command: `./configure --with-mpi-inc-dir=/usr/include/mpich`
3939

40-
If after make you find references-to-z3-missing errors, please change your Makefile such that `LDFLAGS = -lz3`.
41-
42-
Please make sure that you are following the 11th standard of C++ version. This is highly unlikely, but if after running `make`, you get some errorsof the form `'to_string' is not a member of 'std'`, then you will have to do some changes in the Makefile of the project. Set the following flags: `-g -O2 -DFIB -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0` for CFLAGS and CXXFLAGS in the Makefile of the project as well as in the Makefile of the scheduler directory.
40+
If after make you find references-to-z3-missing errors, please check that your Makefile contains `LDFLAGS = -lz3` and you have z3 installed.
4341

4442
This should generate _libisp\_prof.so_ in _/usr/local/lib/_.
4543

0 commit comments

Comments
 (0)