https://bugs.kde.org/show_bug.cgi?id=404106
--- Comment #4 from Jay Schieber <jay.schie...@gmail.com> --- (In reply to Nate Graham from comment #3) > Most likely, yes. FWIW works for me too using a newer version. Hmm. This is looking nontrivial if you don't already have the setup in place for KDE compilation. I looked at this site: https://okular.kde.org/download.php and downloaded the latest tarball. I was getting errors about missing ecm-config.cmake and Qt5Config.cmake, which I fixed by these instructions: https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#Missing_ecm-config.cmake However, I still get errors like this: -- Could NOT find Qt5TextToSpeech (missing: Qt5TextToSpeech_DIR) CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:39 (message): Failed to find Qt5 component "TextToSpeech" config file at "/usr/lib/x86_64-linux-gnu/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake" Call Stack (most recent call first): CMakeLists.txt:36 (find_package) -- Qt5TextToSpeech not found, speech features will be disabled -- Could NOT find KF5Archive (missing: KF5Archive_DIR) -- Could NOT find KF5Archive: found neither KF5ArchiveConfig.cmake nor kf5archive-config.cmake -- Could NOT find KF5Bookmarks (missing: KF5Bookmarks_DIR) -- Could NOT find KF5Bookmarks: found neither KF5BookmarksConfig.cmake nor kf5bookmarks-config.cmake -- Could NOT find KF5Completion (missing: KF5Completion_DIR) -- Could NOT find KF5Completion: found neither KF5CompletionConfig.cmake nor kf5completion-config.cmake -- Could NOT find KF5Config (missing: KF5Config_DIR) -- Could NOT find KF5Config: found neither KF5ConfigConfig.cmake nor kf5config-config.cmake -- Could NOT find KF5ConfigWidgets (missing: KF5ConfigWidgets_DIR) -- Could NOT find KF5ConfigWidgets: found neither KF5ConfigWidgetsConfig.cmake nor kf5configwidgets-config.cmake -- Could NOT find KF5CoreAddons (missing: KF5CoreAddons_DIR) -- Could NOT find KF5CoreAddons: found neither KF5CoreAddonsConfig.cmake nor kf5coreaddons-config.cmake -- Could NOT find KF5Crash (missing: KF5Crash_DIR) -- Could NOT find KF5Crash: found neither KF5CrashConfig.cmake nor kf5crash-config.cmake -- Could NOT find KF5IconThemes (missing: KF5IconThemes_DIR) -- Could NOT find KF5IconThemes: found neither KF5IconThemesConfig.cmake nor kf5iconthemes-config.cmake -- Could NOT find KF5KIO (missing: KF5KIO_DIR) -- Could NOT find KF5KIO: found neither KF5KIOConfig.cmake nor kf5kio-config.cmake -- Could NOT find KF5Parts (missing: KF5Parts_DIR) -- Could NOT find KF5Parts: found neither KF5PartsConfig.cmake nor kf5parts-config.cmake -- Could NOT find KF5ThreadWeaver (missing: KF5ThreadWeaver_DIR) -- Could NOT find KF5ThreadWeaver: found neither KF5ThreadWeaverConfig.cmake nor kf5threadweaver-config.cmake -- Could NOT find KF5WindowSystem (missing: KF5WindowSystem_DIR) -- Could NOT find KF5WindowSystem: found neither KF5WindowSystemConfig.cmake nor kf5windowsystem-config.cmake -- Could NOT find KF5DocTools (missing: KF5DocTools_DIR) -- Could NOT find KF5DocTools: found neither KF5DocToolsConfig.cmake nor kf5doctools-config.cmake -- Could NOT find KF5JS (missing: KF5JS_DIR) -- Could NOT find KF5JS: found neither KF5JSConfig.cmake nor kf5js-config.cmake -- Could NOT find KF5Wallet (missing: KF5Wallet_DIR) -- Could NOT find KF5Wallet: found neither KF5WalletConfig.cmake nor kf5wallet-config.cmake CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find KF5 (missing: Archive Bookmarks Completion Config ConfigWidgets CoreAddons Crash IconThemes KIO Parts ThreadWeaver WindowSystem DocTools JS Wallet) (Required is at least version "5.33.0") Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args) CMakeLists.txt:56 (find_package) Are there working instructions anywhere?? -- You are receiving this mail because: You are watching all bug changes.