Changes

Linux Desktop

548 bytes added, 13:27, 30 January 2017
no edit summary
Indítsuk újra az Evolution-t, majd a Preferences -> Conposer preferences -> Spell checker fülön pipáljuk be, hogy a magyart is ellenőrizze, így egyszerre fogja az angolt és a magyart kezelni.
 
=Wine-2.0=
 
# libxml2-2.9.4
# libxslt-1.1.28
# nettle-3.3
# libtasn1-4.9
# gnutls-3.5.8
 
 
===nettle===
root-ként:
<pre>
# ./configure --prefix=/usr --disable-static &&
make
 
# make install &&
chmod -v 755 /usr/lib/lib{hogweed,nettle}.so &&
install -v -m755 -d /usr/share/doc/nettle-3.3 &&
install -v -m644 nettle.html /usr/share/doc/nettle-3.3
</pre>
 
===gnutls===
<pre>
# ./configure --prefix=/usr --with-default-trust-store-file=/etc/ssl/ca-bundle.crt --with-included-libtasn1 --with-included-unistring --without-p11-kit
</pre>