I am trying to install focuswriter on ubuntu 16.04 using source code. So after opeing terminal in the focuswriter folder I enter qmake but then this error appears - 'Project ERROR - Package hunspell not found'. I already have hunspell installed.
Asked
Active
Viewed 155 times
1 Answers
1
You already have hunspell installed which gives applications the ability to use it, but you may not have libhunspell-dev which provides the source code needed to compile programs that use it.
You may be able to get all the packages you need using:
sudo apt-get build-dep focuswriter
Then you can proceed to recompile.
Kristopher Ives
- 5,669