We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebb942 commit 965e157Copy full SHA for 965e157
build.sh
@@ -0,0 +1,4 @@
1
+cmake .
2
+cmake --build . -- -j
3
+
4
+make install
meta.yaml
@@ -0,0 +1,19 @@
+package:
+ name: cpprest
+ version: 2.10.1
5
+source:
6
+ git_rev: HEAD
7
+ git_url: https://github.com/eisber/cpprestsdk
8
9
+requirements:
10
+ build:
11
+ - boost
12
+ - cmake
13
+ - zlib
14
+ - openssl
15
16
+about:
17
+ home: https://github.com/Microsoft/cpprestsdk
18
+ license: MIT
19
+ license_file: license.txt
0 commit comments