Search Criteria
Package Details: mingw-w64-civetweb 1.16-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-civetweb.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-civetweb |
Description: | Embedded C/C++ web server (mingw-w64) |
Upstream URL: | https://github.com/civetweb/civetweb |
Licenses: | MIT |
Submitter: | grandchild |
Maintainer: | grandchild |
Last Packager: | grandchild |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-12 14:58 (UTC) |
Last Updated: | 2023-08-05 20:01 (UTC) |
Dependencies (3)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- mingw-w64-opensslAUR (optional) – SSL support
Latest Comments
grandchild commented on 2020-04-29 14:30 (UTC)
Re openssl as optdepends: The following commands and output lead me to believe the binaries are usable without. It makes me far from sure though. What would you do to check that it is not a necessary dependency?
Re make install: Yes that does the same.
Thanks for checking all this! :)
xantares commented on 2020-04-29 12:01 (UTC) (edited on 2020-04-29 12:01 (UTC) by xantares)
hi,
are you sure mingw-w64-openssl belongs to optdepends instead of depends ?
arch should be "any"
for installation doesnt 'make install DESTDIR="${pkgdir}"' from build dir work ?