%general-entities; ]> qcoro-&qcoro-version; qcoro Introduction to qcoro This package provides a set of tools to make use of C++20 coroutines with Qt. &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qcoro-md5sum; Download size: &qcoro-size; Estimated disk space required: &qcoro-buildsize; Estimated build time: &qcoro-time; qcoro Dependencies Required Installation of qcoro Install qcoro by running the following commands: mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=$QT6DIR \ -D CMAKE_BUILD_TYPE=Release \ -D BUILD_TESTING=OFF \ -D QCORO_BUILD_EXAMPLES=OFF \ -D BUILD_SHARED_LIBS=ON \ .. && make To test this package, remove the 'BUILD_TESTING=OFF' parameter above and run: make test Now, as the &root; user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler optimizations. Contents Installed Programs Installed Libraries Installed Directories None libQCoro6Core.so, libQCoro6DBus.so, libQCoro6Network.so, libQCoro6Qml.so, libQCoro6Quick.so, and libQCoro6WebSockets.so Nine directories in $QT6DIR/lib/cmake/ and $QT6DIR/include/qcoro6