Showing content from https://github.com/Microsoft/cpprestsdk/wiki/How-to-use-the-C---Rest-SDK-NuGet-package below:
How to use the C Rest SDK NuGet package · microsoft/cpprestsdk Wiki · GitHub
Skip to content Navigation Menu
Search code, repositories, users, issues, pull requests...
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert How to use the C Rest SDK NuGet package
From the NuGet website:
- NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.
- When you install a package, NuGet copies files to your solution and automatically makes whatever changes are needed, such as adding references, includes, setting up libs, and dlls. This is all done automatically even if you adjust your target toolset making it much easier than manually having to manually deal with yourself. If you decide to remove the library, NuGet removes files and reverses whatever changes it made in your project so that no clutter is left.
How to add the C++ REST SDK to a project using NuGet
- Open Visual Studio and create a new project or open an existing project.
- Go to Tools > Extensions and Updates, and make sure that the NuGet Package Manager installed and it is version 2.5 or later. (If not, you can install and update the NuGet manager from this window)
- Right click on the project and select Manage NuGet Packages. From this window you can add, remove and update packages.
- Search for "cpprestsdk" (the C++ REST SDK/Casablanca) and click install
-
That's it! The SDK is downloaded, installed, and the project properties including header files and library paths have been set for you. You can install NuGet packages on Visual Studio 2013 and 2015.
-
To get started with your first application using the C++ REST SDK, we recommend you start with the http_client Tutorial.
Note: Currently the NuGet packages for C++ are cached on a per-solution basis. If you would like support for global package installation, please voice your feedback on the NuGet discussion forum
Toggle table of contents Pages 20
Clone this wiki locally
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4