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
MS Visual C++ | Download release ShiftMediaProject builds [iconv](https://github.com/ShiftMediaProject/libiconv/tags) and [gnutls](https://github.com/ShiftMediaProject/gnutls/tags). Extract arhives to deps/msvc folder source code root subfolder
@@ -175,13 +179,19 @@ Build result can be found at _CBuild/<arh(x86,x64)>/<Release|Debug>/lib_ sub-fol
175
179
176
180
When you whant to build with MS VC++ solution as the Cmake output and d'like to build from command line e.g. the CI/CD build
177
181
```bash
178
-
cmake -S . -B CBuild -G "Visual Studio 17 2022" -A <x86|x64> -DCMAKE_BUILD_TYPE=<Release|Debug> -DBUILD_LIBRARY_TYPE=<Shared|Static> [-DNO_EXCEPTIONS=ON] [-DNO_RTTI=ON] [-DRUN_TESTS=ON]
182
+
cmake -S . -B CBuild -G "Visual Studio 17 2022" -A <x86|x64> -DCMAKE_BUILD_TYPE=<Release|Debug> -DBUILD_LIBRARY_TYPE=<Shared|Static> [-DNO_EXCEPTIONS=ON] [-DNO_RTTI=ON] [-DBUILD_TESTING=ON]
179
183
```
180
-
you can open Power Shell for visual studio or run vcvars64.bat from console, cd to CBuild directory
184
+
185
+
you can open Power Shell for visual studio or run [vcvars64.bat](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170) from console, cd to CBuild directory
181
186
and then use MSBuild instead of `cmake --build .` like:
0 commit comments