Using System Aspell

At your option you can use system Aspell installation. To use system Aspell in Serna:

  1. Make sure that your system Aspell is compatible with Aspell 0.50.3 (usually you need to upgrade your system Aspell).

  2. Change values of the corresponding variables in the Serna starting script (usually /usr/local/bin/serna). For example:

    # Provide here path to system Aspell data dir, it is usually:
    serna_speller_data_dir=/usr/share/aspell
    # Provide here path to system Aspell dictionary dir, it is usually:
    serna_speller_dict_dir=/usr/lib/aspell
    
    # Provide here path to system Aspell library, e.g:
    serna_default_speller_lib=/usr/lib/libaspell.so.15