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
{{ message }}
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
ASP.NET SignalR C++ Client
2
-
========
1
+
ASP.NET SignalR C++ Client
2
+
========
3
3
4
-
SignalR C++ Client is a native client for the [ASP.NET SignalR](https://github.com/SignalR/SignalR/).
4
+
SignalR C++ Client is a native client for the [ASP.NET SignalR](https://github.com/SignalR/SignalR/).
5
5
6
6
###Supported platforms
7
7
@@ -31,15 +31,30 @@ Signed nigthly builds are available on a separate feed. You can find them [here]
31
31
32
32
* Building from Visual Studio:
33
33
34
-
Open the signalrclient.sln in Visual Studio 2013 or Visual Studio 2015 and build.
34
+
Open the signalrclient.sln in Visual Studio 2013 or Visual Studio 2015 and build.
35
35
36
36
* Building from command line:
37
37
* Open the Developer Command Prompt for Visual Studio 2013 or Visual Studio 2015
38
38
* Run:
39
39
*`build.cmd /t:Build` to build the code
40
40
*`build.cmd` to build the code and run tests
41
41
*`build.cmd /t:CreatePackage` to build the code and create a private NuGet package for the Visual Studio version the package was built with. The package will be placed in the `artifacts\build` directory.
42
-
42
+
43
+
####Building for Linux (Linux support is currently only experimental)
44
+
* Clone C++ REST SDK code
45
+
* Sync the code to a tag - e.g. `git checkout v2.7.0` (optional)
46
+
* Build C++ REST SDK code as described [here](https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-Linux)
0 commit comments