c ++ using vcpkg

1. Open Download: https: //github.com/Microsoft/vcpkg

2. Download directly to a local disk

3. Configure environment variables:

 

 4. Open the downloaded to the local vcpkg likely to be called vcpkg-master folder, hold down the shift key, right-click any blank space in the folder

 The pop-up windows powerShell command box

6. Click the command:


PS E:\vcpkg-master> .\bootstrap-vcpkg.bat

PS E:\vcpkg-master> .\vcpkg integrate install 

PS E:. \ Vcpkg-master> \ vcpkg install cpprestsdk phrase you want to download package is the package name cpprestsdk

 

 

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/ingstyle/p/11760362.html