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.
2 parents 0899f7c + 222292b commit 800beceCopy full SHA for 800bece
conan/build_gcc.sh
@@ -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
@@ -1,8 +1,8 @@
[requires]
-rapidjson/1.1.0@bincrafters/stable
-boost/1.67.0@conan/stable
-OpenSSL/1.1.0g@conan/stable
-zlib/1.2.11@conan/stable
+rapidjson/1.1.0
+boost/1.80.0
+openssl/1.1.1d
+zlib/1.2.12
[generators]
cmake
0 commit comments