Skip to content

Commit 965e157

Browse files
committed
added conda build receipe
1 parent 6ebb942 commit 965e157

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cmake .
2+
cmake --build . -- -j
3+
4+
make install

meta.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package:
2+
name: cpprest
3+
version: 2.10.1
4+
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

Comments
 (0)