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: mcwin32/doc/INSTALL.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ The project can be built from source, using one of several supported tool-chains
7
7
The following environments and toolchains are supported.
8
8
9
9
* Microsoft Visual C++ (MSVC) 2015 - 2022; or
10
+
* clang-cl using MSVC the linker; or
10
11
* Open-Watcom (OWC) 1.9 or 2.0; or
11
12
* Mingw64, both 32 and 64 bit targets.
12
13
@@ -76,6 +77,10 @@ Several alternative profiles are available:
76
77
* vc2017config - Visual Studio C/C++ 2017.
77
78
* vc2019config - Visual Studio C/C++ 2019.
78
79
* vc2022config - Visual Studio C/C++ 2022.
80
+
81
+
* clang-cl; or
82
+
83
+
* cclconfig - Clang cl driver, using MSVC tool-chain. See MSVC setup for primary configuration details.
79
84
80
85
* Open-Watcom (OWC) 1.9 or 2.0; or
81
86
@@ -169,7 +174,7 @@ The follow offers a more detailed discussion of the requirements and instruction
169
174
-[Native builds using Open-Watcom](#native-builds-using-openwatcom-c-c)
170
175
-[Native builds using Visual C++](#native-builds-using-visual-c-c)
171
176
-[Native builds using MinGW64](#native-builds-using-mingw)
172
-
177
+
173
178
Finally, please review the packaged example alternative configurations as win32 development environments can be problematic, dependent on the host setup:
174
179
175
180
- .github/workflows, github build actions for owc, msvc and mingw64 toolchains.
0 commit comments