Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.58 KB

readme_en.md

File metadata and controls

70 lines (41 loc) · 2.58 KB

New Century Robotics (Public Welfare) Development Environment Tutorial (WIN10-64bit 1909)

  1. Install visual studio2019 and configure c ++ development environment
  • Download
  • Double-click to open the workload in the selection Desktop development using C++and Linux development using C++ installation of him

avatar

  1. Install cmake
  • Download
  • Double-click to open the installation. Note that this step chooses the second addition path as shown below.

avatar

  1. Install vscode
  • Download
  • The selection steps are as follows:

avatar

  1. Install git
  • Download
  • The selection steps are as follows:

avatar avatar

  • git global configuration user name git config --global user.name "nameVal"
  • git global configuration email git config --global user.email "eamil@qq.com"
  1. Install python
  • Download
  • Be sure to check the box Add Python 3.x to Path.
  • Then check Install Now

avatar

  1. Automated installation and configuration of environment variables using scripts
  • Download
  • I save this script on my desktop,Click the file in the upper left corner.Click to open windows PowerShell as administrator
  • input .\build_en.ps1 If unable to execute, please enter Set-ExecutionPolicy Unrestricted Set execution policy to Unrestricted

avatar

  • OK after adding. Restart the computer.
  1. vscode plugin download and setup
  • turn on vscode

  • Press ctrl + shift + p will pop up above the console input sync download setting

avatar

  • Under point download public gist input 6c091a7b4ddcb213e72d430dac23422fEnter. The plugin will be downloaded automatically. (If useless before the election SYNC Reset extended settings and then download public gist

avatar

linux Development Environment