Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (29 loc) · 1.03 KB

KSocrat Dictionary Version 5.0.1, 15 February 2023

This project is a modified version of KSocrat 3.2.1 from 2004 year. You can find the original version of this program from old Ubuntu or Debian repositories: https://sources.debian.org/src/ksocrat/

You need qmake-qt5 to make the project.

  1. Check you have qmake-qt5 to build the project.
  2. Clone git project:
    git clone https://github.com/alchemist314/KSocrat.git
  1. Download dictionary files (You can find the dictionary files in old Linux ditributives like Ubuntu, Debian... for example: https://sources.debian.org/src/ksocrat-data/20030107-2/source/ksocrat-data.tar.gz )
  2. Convert dictionary files to utf8:
    iconv -fkoi8-r -tutf8 enru.dic > enru_utf8.dic
    iconv -fkoi8-r -tutf8 ruen.dic > ruen_utf8.dic

5.Put dictionary files into folder:

    /opt/QT5/ksocrat-5.0.0/dict/enru_utf8.dic
    /opt/QT5/ksocrat-5.0.0/dict/ruen_utf8.dic
  1. Run rebuild.sh from _build folder or execute commands:
    qmake-qt5 ../
    make -j4