当前位置:网站首页>Clion configures Visual Studio (MSVC) and JOM multi-core compilation
Clion configures Visual Studio (MSVC) and JOM multi-core compilation
2022-07-05 20:59:00 【Hu Anmin】
install visual studio(msvc)
If you just develop Window Platform software , Best use MSVC, In this way, a large number of third parties can be used lib, There are a lot of build instructions , After all window On MSVC Is king . from Visual Studio Download from the official website Visual Studio Community Edition ( Pay attention to the need for 2019 Version or below )
Official website download address : https://visualstudio.microsoft.com/zh-hans/downloads/
If you can't download it , Then I provide Baidu online disk here
link :https://pan.baidu.com/s/1NYDx02D4BDU6EMF2AcfYHg?pwd=1234
Extraction code :1234
– From Baidu network disk super member V6 The share of
Then install Visual Studio , Then set the installation directory , Otherwise, the default is c disc , How many? G Well
Then open it for review at work , choice c++ Desktop development
Get into File|Settings|Build,Execution,Deployment|Toolchains, Click on + Number , open Environment File selector , choice Visual Studio The installation directory CLion Automatic scanning tool chain , The following figure is the final result .
Set the compiler used , be used for c The code to compile
JOM Multi core compilation
Visual Studio In large engineering projects, the compilation time is long , Because it is compiled with a single core , We can use multicore CPU The advantages of , Realize parallel compilation , Need to borrow JOM visit Jom Official website (https://wiki.qt.io/Jom) Download the compressed file , Then decompress , And then Jom Add the root path of to the environment variable
link :https://pan.baidu.com/s/1VSusAo7noTX-45ELvluymA?pwd=1234
Extraction code :1234
– From Baidu network disk super member V6 The share of
After configuration, open Clion->settings->cmake Make the following settings
-G "NMake Makefiles JOM"
, -j 8
I suggest you take a look cup Check the number
Save and restart after setting Clion, Then click compile in the project , Enjoy multi-core compilation
边栏推荐
- Abnova CD81 monoclonal antibody related parameters and Applications
- Comparison table of foreign lead American abbreviations
- Duchefa cytokinin dihydrozeatin (DHZ) instructions
- shell编程100例
- PVC 塑料片BS 476-6 火焰传播性能测定
- Abnova blood total nucleic acid purification kit pre installed relevant instructions
- XML建模
- POJ 3414 pots (bfs+ clues)
- 学习机器人无从下手?带你体会当下机器人热门研究方向有哪些
- Utils/index TS tool function
猜你喜欢
Pytorch实战——MNIST数据集手写数字识别
台风来袭!建筑工地该如何防范台风!
学习机器人无从下手?带你体会当下机器人热门研究方向有哪些
Duchefa s0188 Chinese and English instructions of spectinomycin hydrochloride pentahydrate
培养机器人教育创造力的前沿科技
Use of thread pool
Duchefa cytokinin dihydrozeatin (DHZ) instructions
Abnova fluorescent dye 620-m streptavidin scheme
The transformation based on vertx web sstore redis to realize the distributed session of vertx HTTP application
Duchefa p1001 plant agar Chinese and English instructions
随机推荐
Abnova e (diii) (WNV) recombinant protein Chinese and English instructions
《SAS编程和数据挖掘商业案例》学习笔记# 19
木板ISO 5660-1 热量释放速率摸底测试
概率论机器学习的先验知识(上)
Cutting edge technology for cultivating robot education creativity
vant 源码解析之 utils/index.ts 工具函数
When steam education enters personalized information technology courses
ODPs next map / reduce preparation
Sophomore personal development summary
POJ 3414 pots (bfs+ clues)
Clion-MinGW编译后的exe文件添加ico图标
Abnova maxpab mouse derived polyclonal antibody solution
Abnova cyclosporin a monoclonal antibody and its research tools
Utils/index TS tool function
leetcode:1139. 最大的以 1 为边界的正方形
Mode - "Richter replacement principle"
Viewrootimpl and windowmanagerservice notes
LeetCode_哈希表_困难_149. 直线上最多的点数
学习机器人无从下手?带你体会当下机器人热门研究方向有哪些
bazel是否有学习的必要