File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ Follow these instructions:
130
130
git clone https://github.com/diffblue/cbmc cbmc-git
131
131
```
132
132
3 . Depending on your choice of compiler:
133
- 1 . To compile with Visual Studio, change the second line of config.inc to
133
+ 1 . To compile with Visual Studio, change the second line of ` src/config.inc `
134
+ to
134
135
```
135
136
BUILD_ENV = MSVC
136
137
```
@@ -140,8 +141,10 @@ Follow these instructions:
140
141
bash.exe -login
141
142
```
142
143
2. To compile with MinGW, use Cygwin setup to install a mingw g++ compiler
143
- package, i.e. one of `mingw{32,64}-{x86_64,i686}-gcc-g++`. Then start
144
- the Cygwin shell.
144
+ package, i.e. one of `mingw{32,64}-{x86_64,i686}-gcc-g++`. You may also
145
+ have to adjust the section in `src/common` that defines `CC` and `CXX`
146
+ for BUILD_ENV = Cygwin.
147
+ Then start the Cygwin shell.
145
148
4. In the Cygwin shell, type
146
149
```
147
150
cd cbmc-git/src
You can’t perform that action at this time.
0 commit comments