Thanks, Scott.
Next question: I tried ./configure
with no success, although I am root.
root@wolfgang-Mr-Whisper-Ultra-SSD-II:/mnt/sdb/we/Lyx2-2/lyx-2.2.0rc1#
./configure
bash: ./configure: Keine Berechtigung
What is wrong?
Am I in the wrong directory (the one where I unpyked the package)?
Wolfgang
Am 15.04.2016 um 10:49 schrieb Scott Kostyshak:
On Fri, Apr 15, 2016 at 10:35:10AM +0200, Wolfgang Engelmann wrote:
I am trying to install hunspell (de and e) as a spellchecker for the new Lyx
2.2 version on debian (Jessie). However, synaptic shows only the
hunspell-de-at-frami version and no english (british or US) version. Do I
have to install it as a package?
I think you need the package libhunspell-dev.
And what about the qt-4?
You could try something like
sudo apt-get build-dep lyx
This will install the dependencies needed to build the LyX version that
is in your repositories. The dependencies for 2.2.0 likely haven't
changed much.
Scott