Skip to content

Commit 800bece

Browse files
authored
Merge pull request #148 from ventsyv/update_conanfile
Updating conanfile
2 parents 0899f7c + 222292b commit 800bece

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

conan/build_gcc.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
3+
git clone https://github.com/jgaa/restc-cpp.git
4+
cd restc-cpp
5+
rm -rf build
6+
mkdir build
7+
cd build
8+
9+
conan install ../conan/conanfile.txt -s build_type=Release --build
10+
cmake -G "Unix Makefiles" ..
11+
cmake --build . --config Release
12+
13+
14+
cd ..

conan/conanfile.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[requires]
2-
rapidjson/1.1.0@bincrafters/stable
3-
boost/1.67.0@conan/stable
4-
OpenSSL/1.1.0g@conan/stable
5-
zlib/1.2.11@conan/stable
2+
rapidjson/1.1.0
3+
boost/1.80.0
4+
openssl/1.1.1d
5+
zlib/1.2.12
66

77
[generators]
88
cmake

0 commit comments

Comments
 (0)