https://bugs.kde.org/show_bug.cgi?id=468255
Pr. Sunflower <prsunflo...@disroot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Pr. Sunflower <prsunflo...@disroot.org> --- (In reply to megan.conkle from comment #4) > Sorry for the late reply. It looks like you need to install hunspell: Hello 👋 I have re-done all steps from scratch and it works fine now 😮 Maybe it's installing "libhunspell-dev" that solved my problem. 🙂 Here's what I've done: ``` sudo apt install g++ qtbase5-dev libqt5svg5-dev qtmultimedia5-dev qtwebengine5-dev pkg-config libqt5concurrent5 qttools5-dev-tools qttools5-dev libkf5coreaddons-dev libkf5xmlgui-dev libkf5configwidgets-dev libkf5sonnet-dev libkf5doctools5 libkf5doctools-dev cmake extra-cmake-modules libhunspell-dev cd ghostwriter/ mkdir build cd build cmake .. sudo make -j`nproc` sudo make install ``` Thank you for your support 🙂 I wish you all the best in your projects 🍀 -- You are receiving this mail because: You are watching all bug changes.