Skip to content

MoonTracer732/VSCodeConfigHelper3

 
 

Repository files navigation

VS Code Config Helper (v3)

Support Platforms

  • Windows 10 and above
  • Ubuntu or other Debian-based Linux distro (next release)
  • Intel Mac (next release)

Build instruction

GCC Debug (not recommended)

For building OpenSSL, export CONAN_BASH_PATH to a msys2 bash.exe.

mkdir build
cd build
conan install .. -b missing -s compiler=gcc -s compiler.libcxx=libstdc++11 -s compiler.version=11
cmake ..
mingw32-make

MSVC Debug

mkdir build
cd build
conan install .. -b missing -s build_type=Debug -s compiler.runtime=MTd
cmake ..
cmake --build .

MSVC Release

mkdir build
cd build
conan install .. -b missing -s build_type=Release -s compiler.runtime=MT
cmake ..
cmake --build . --config MinSizeRel

About

VS Code C++ 配置器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.9%
  • HTML 28.3%
  • JavaScript 14.9%
  • CMake 1.7%
  • PowerShell 1.4%
  • Shell 0.8%