-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
73 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ This document covers some common issues with CoCoSim, and how to solve them. | |
Contact | ||
------- | ||
|
||
Please contact as at [email protected] with any issue. Or use Github issues reporting system. | ||
Please contact us at [email protected] with any issue. Or use Github issues reporting system. | ||
|
||
Installation issues | ||
------------------- | ||
|
@@ -25,8 +25,19 @@ To call the function in Matlab Command Window: | |
install_cocosim_lib(true) | ||
``` | ||
|
||
## Install script issues | ||
### Missing libraries: | ||
|
||
**Installing external tools (Kind2, Lustrec, etc ...):** | ||
**Error: gmb.h Cannot be found** | ||
|
||
you need to install libgmp3-dev | ||
``` | ||
apt-get install libgmp3-dev | ||
``` | ||
|
||
|
||
|
||
### Installing external tools (Kind2, Lustrec, etc ...): | ||
|
||
If running the script `cocosim2/scripts/install_cocosim` failed. You can install the tools manually and set their path in `cocosim2/tools/tools_config.m`. | ||
|
||
|
@@ -42,3 +53,4 @@ change `osx` by `linux` if your machine is a linux machine. | |
|
||
See [INSTALL.md](../INSTALL.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters