You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,20 @@ The "scripts" subdirectory contains a C++ program which extracts all programs fr
10
10
11
11
## Compiling under Windows
12
12
13
-
All programs compile successfully under Windows with Visual Studio 2022 (v17.x or later).
13
+
Most programs compile successfully under Windows with Visual Studio 2022 (v17.5 or later), some of the modules versions do not currently compile.
14
14
15
-
The supplied batch scripts `build-vs2022-headers.bat` and
16
-
`build-vs2022-modules.bat` can be used to compile all of the programs within a Visual Studio command prompt, simply run:
15
+
The supplied batch scripts `build-vs2022-headers.bat` and `build-vs2022-modules.bat` can be used to compile all of the programs within a Visual Studio command prompt, simply run:
substituting the correct file for `00-example.cpp` in either case.
35
+
substituting the correct file for `00-example.cpp` in either case. Note that the modules versions need file `std.obj` in the current directory, see the build script for how to create this.
substituting both occurrencies of `00-example` with the correct file name.
51
52
52
-
Alternatively, run one of the supplied shell scripts `build-gcc-headers.sh` or `build-clang-headers.sh` which are supplied in the "headers" subdirectory, or `build-clang-modules.sh` found in the "modules" subdirectory. (The last of these needs to change `import std.core;` to `import std;` for each source file before compilation, using the `sed` utility.)
53
+
Alternatively, run one of the supplied shell scripts `build-gcc-headers.sh` or `build-clang-headers.sh` which are supplied in the "headers/build" subdirectory, or `build-clang-modules.sh` found in the "modules/build" subdirectory.
0 commit comments