ganjoor / ghazal

Ghazal: The library of persian poetry (غزل: کتابخانه شعر فارسی)

Home Page:http://www.rosybit.com/apps/ghazal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghazal: The library of persian poetry

Ghazal is a library of persian poetry and a free and open-source software. Ghazal is written in C++ using the Qt framework. This software uses Ganjoor database. This branch here contains pre-built files for Windows and Linux (AppImage). Simply download the AppImage and run it on all linux distributions.

linux-01

linux-02-dark

windows-01-abjad

Building

Linux (cmake):

cd ghazal-src-dir
cmake . -Bbuild
cd build
make

Linux (qmake):

cd ghazal-src-dir
qmake ghazal.pro
make

Windows (cmake):

cd ghazal-src-dir
cmake . -Bbuild -G"MinGW Makefiles"
cd build
mingw32-make

Windows (qmake):

cd ghazal-src-dir
qmake ghazal.pro
mingw32-make

PGP Public Key

Source and binary executables are signed with the following key:

You can import the public key from the MIT PGP Public Key Server by running a command like:

gpg --keyserver pgp.mit.edu --receive-keys B0E5D23797D2D8CB

Authors

License

Ghazal is licensed under MIT. See the LICENSE file.

About

Ghazal: The library of persian poetry (غزل: کتابخانه شعر فارسی)

http://www.rosybit.com/apps/ghazal

License:MIT License


Languages

Language:C++ 70.3%Language:C 26.9%Language:HTML 1.7%Language:CMake 0.7%Language:QMake 0.5%