Search Criteria
Package Details: qcoro-git r100.a29ded2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qcoro-git.git (read-only, click to copy) |
---|---|
Package Base: | qcoro-git |
Description: | C++ Coroutine library for Qt |
Upstream URL: | https://qcoro.dvratil.cz/ |
Licenses: | MIT |
Conflicts: | qcoro |
Provides: | qcoro |
Submitter: | hannahk |
Maintainer: | None |
Last Packager: | hannahk |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-18 13:42 (UTC) |
Last Updated: | 2021-07-08 20:35 (UTC) |
Dependencies (3)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
rubdos commented on 2022-12-05 09:59 (UTC)
Looks like you need a dep on
qt6-websockets
.syyyr commented on 2022-07-14 11:56 (UTC) (edited on 2022-07-14 11:57 (UTC) by syyyr)
It seems a "provides" or "conflicts" field should be changed to "qcoro-qt5", because that's what the official repository package is called.
dvratil commented on 2021-07-04 13:01 (UTC)
As of 44e45c you have to pass
-DBUILD_SHARED_LIBS=ON
to cmake in order to build QCoro as a shared library (which I presume is preferred for a distro package). Without this option you will get a static build only.