-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile issue Failed to find qtcore.tags in /usr/share/qt5/doc #27
Comments
Hi @csvke, the short version is you also need:
Longer version: to build the Doxygen-based docs, the build system wants the Cheers. PS: I have no idea why Ubuntu (and Debian?) put the |
I've also just added a small tip to the Cheers. |
Thank you @pcolby But when I then try to build the docs
|
Hi @csvke, it looks like its failing to find Doxygen, ie:
To build the
Alternatively, download and install (or add to your Cheers. PS, if you want o build the
|
I am on Ubuntu 24.04 and am trying to prepare the environment to build Pokit
sudo apt install qtbase5-dev qttools5-dev-tools qtconnectivity5-dev qttools5-dev qt5-doc qtconnectivity5-doc
I received this error when I run
cmake -D CMAKE_BUILD_TYPE=Releases -DBUILD_WITH_QTDOCS=OFF -S ~/dokit/ -B
The text was updated successfully, but these errors were encountered: