Skip to content

Commit e89add8

Browse files
authored
Update README.md
1 parent 980f14f commit e89add8

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ The C++ REST SDK is a Microsoft project for cloud-based client-server communicat
44

55
## Getting Started
66

7-
Are you new to the C++ Rest SDK? To get going we recommend you start by taking a look at our [tutorial](https://github.com/Microsoft/cpprestsdk/wiki/Getting-Started-Tutorial) to use the http_client. It walks through how to setup a project to use the C++ Rest SDK and make a basic Http request. Other important information, like how to build the C++ Rest SDK from source, can be located on the [documentation](https://github.com/Microsoft/cpprestsdk/wiki) page.
7+
With [vcpkg](https://github.com/Microsoft/vcpkg) on Windows
8+
```
9+
PS> vcpkg install cpprestsdk cpprestsdk:x64-windows
10+
```
11+
With [apt-get](https://launchpad.net/ubuntu/+source/casablanca/2.8.0-2build2) on Debian/Ubuntu
12+
```
13+
$ sudo apt-get install libcpprest-dev
14+
```
15+
With [brew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/cpprestsdk.rb) on OSX
16+
```
17+
$ brew install cpprestsdk
18+
```
19+
With [NuGet](https://www.nuget.org/packages/cpprestsdk.android/) on Windows for Android
20+
```
21+
PM> Install-Package cpprestsdk.android
22+
```
23+
For other platforms, install options, how to build from source, and more, take a look at our [Documentation](https://github.com/Microsoft/cpprestsdk/wiki).
24+
25+
Once you have the library, look at our [tutorial](https://github.com/Microsoft/cpprestsdk/wiki/Getting-Started-Tutorial) to use the http_client. It walks through how to setup a project to use the C++ Rest SDK and make a basic Http request.
826

927
## What's in the SDK:
1028

@@ -31,4 +49,4 @@ We'd love to get your review score, whether good or bad, but even more than that
3149
* [Issue Tracker](https://github.com/Microsoft/cpprestsdk/issues)
3250
* Directly contact us: <[email protected]>
3351

34-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
52+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)