- README: fix typo in sed-command for minisat-include fix.
This commit is contained in:
parent
f6579282d7
commit
9327d434d5
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -292,7 +292,7 @@ a recent version of gcc:
|
||||||
This is a bug in the minisat header. It can be fixed by adding spaces before
|
This is a bug in the minisat header. It can be fixed by adding spaces before
|
||||||
and after each occurrence of PRIi64 in the header file:
|
and after each occurrence of PRIi64 in the header file:
|
||||||
|
|
||||||
sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
sudo sed -i -e 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||||
|
|
||||||
|
|
||||||
Roadmap / Large-scale TODOs
|
Roadmap / Large-scale TODOs
|
||||||
|
|
Loading…
Add table
Reference in a new issue