Tag:cmake
-
Time:2020-11-23
I am used to writing C + + in Linux environment. Sometimes I switch to windows and want to continue working on the same project. It is always troublesome to reconfigure the environment. Although using visual studio to write c + + in windows only needs to double-click an icon, I still want to toss […]
-
Time:2020-11-4
To install the vscme plug-in, follow the steps of installing vscode on the Internet After installation, create a new folder / project as follows: Among them, build is automatically generated after opening the folder. In test, there are source files, project files, etc. Open the terminal (it can be either the terminal in the PowerShell […]
-
Time:2020-10-8
1、 Environmental description 1) Suggestions for GCC / G + + cmake installation The GCC / G + + kernel comes with it. If you need a new self installation, The same is true for cmake. If you need a new version, install it yourself. 2) Vscode install plug-in Necessary plug-ins C / C + […]
-
Time:2020-2-25
If you want to configure the cmake option in vs2017, what about the gezemin configuration? Let’s take a look at the detailed tutorial. Software name: Visual studio 2017 official version (with offline installation package) official website simplified Chinese version Software size: 15GB Updated: 2017-03-14 1. First, we can click the cmake option button to start […]
-
Time:2019-4-24
Installation and debugging of PCL + Visual Studio + cmake + Qt under Win10 64 bit system All in one installation is introduced here. 1. Software preparation Installation of PCL (point cloud library) involves software such as pcl, pcl-pdb, cmake, openni, visual studio, qt, etc.PCL is a point cloud algorithm library.Pcl-pdb is the database file […]