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.
- Check you have qmake-qt5 to build the project.
- Clone git project:
git clone https://github.com/alchemist314/KSocrat.git
- 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 )
- 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
- Run rebuild.sh from _build folder or execute commands:
qmake-qt5 ../
make -j4