# boostNotes **Repository Path**: some-notes/boostNotes ## Basic Information - **Project Name**: boostNotes - **Description**: boost学习笔记 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2021-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境配置 *** [vscode配置cmake](https://code.visualstudio.com/docs/cpp/CMake-linux) ### 简要: 1.安装gcc,cmake,并添加到环境路径中 2.vscode安装CMake Tools extension和C/C++ extension 3.vscode打开一个新文件夹,命令窗口执行CMake: Quick Start > vscode 打开命令窗口快捷键Ctrl+Shift+P 4*. CMake: Select a Kit,修改编译器 5*. CMake: Select Variant,修改build类型 > **Debug**: disables optimizations and includes debug info. **Release** : Includes optimizations but no debug info. **MinRelSize** : Optimizes for size. No debug info. **RelWithDebInfo** : Optimizes for speed and includes debug info. 6*. CMake: Configure,配置 7*. CMake: Build,构建 8*. Ctrl+F5 or CMake: Debug,调试。**build类型需为Debug。** ## 其它 *** > _ >> _ >>> _ >>>> _ >>>>> _ >>>>>> _