Giter Site home page Giter Site logo

pretty-m / vscodeconfighelper3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vscodeconfighelper/v3

0.0 0.0 0.0 636 KB

VS Code C++ 配置器

Home Page: https://vscch3.vercel.app

License: GNU General Public License v3.0

PowerShell 1.25% HTML 26.72% CMake 1.69% JavaScript 14.32% C++ 53.98% Shell 1.31% Ruby 0.73%

vscodeconfighelper3's Introduction

VS Code Config Helper (v3)

Support Platforms

  • GUI & CLI: Windows 10 and above
  • CLI:
    • Ubuntu or other Debian-based Linux distro
    • Intel Mac (Exiperimental support for Apple silicon)

Usage

GUI

Follow the instruction on GUI, see also Demo.

CLI

Example:

# Configure <Workspace Folder Path>, with external terminal; Open vscode after config.
./vscch -eoy -w <Workspace Folder Path>

Use ./vscch -h to show complete options list.

Build instruction

MinGW 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

GCC (Linux)

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

Apple Clang

mkdir build
cd build
conan install .. -b missing
cmake ..
cmake --build .

vscodeconfighelper3's People

Contributors

guyutongxue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.