Search Criteria
Package Details: cpprestsdk 2.10.13-1
Git Clone URL: | https://aur.archlinux.org/cpprestsdk.git (read-only, click to copy) |
---|---|
Package Base: | cpprestsdk |
Description: | A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications |
Upstream URL: | https://github.com/Microsoft/cpprestsdk/ |
Keywords: | networking |
Licenses: | |
Conflicts: | |
Submitter: | ohmyarch |
Maintainer: | None |
Last Packager: | xgdgsc |
Votes: | 7 |
Popularity: | 0.000022 |
First Submitted: | 2015-12-06 12:33 |
Last Updated: | 2019-05-06 12:20 |
Dependencies (4)
- boost (boost-git)
- websocketpp (websocketpp-git, websocketpp-git-dev)
- openssl>=1.0.0 (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- cmake>=2.6.0 (cmake-git) (make)
Required by (1)
- performous-git (make)
Latest Comments
1 2 3 Next › Last »
muttleyxd commented on 2020-03-03 11:20
Could you remove Werror flag? It doesn't compile on GCC 9 because of ridiculous assumption to use Werror by default. You'd need to add
-DWERROR=OFF
to CMake callMaaike commented on 2019-10-12 16:04
It also doesn't build with boost 1.71: https://github.com/Microsoft/cpprestsdk/issues/1054
xgdgsc commented on 2019-09-13 09:25
blocked by https://github.com/microsoft/cpprestsdk/issues/1099
petrbel commented on 2018-12-07 14:44
Sorry, I missed that. Thanks!
xgdgsc commented on 2018-12-07 01:50
That's in makedepends
petrbel commented on 2018-12-06 13:54
@xgdgsc hi, just one more minor thing - I think
cmake
should be listed as a dependency since one can't build the package without it.petrbel commented on 2018-12-06 08:54
@xgdgsc great, thanks!
xgdgsc commented on 2018-12-05 11:45
Thanks. Fixed.
ohmyarch commented on 2018-12-04 09:00
@petrbel The maintainer of this package is now @xgdgsc.
petrbel commented on 2018-12-04 08:52
Hi @ohmyarch, I have two suggestions to PKGBUILD:
1) add 'cpprestsdk-git' to conflicts
2) add
-DCMAKE_INSTALL_LIBDIR=lib
to cmake; then removemv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
The former simply prevents conflicts with bleeding-edge version of cpprestsdk. The latter allows installing the lib also to 32-bit archs.
Thanks!