Skip to content
Son Nguyen edited this page Jun 26, 2015 · 6 revisions

Contents

  1. Getting Binaries
  2. Building

Getting Binaries

Grab the latest release for your operating system.

Building

Dependencies

Hitagi Reader utilizes the PyQt5 libraries.
No more dependencies other than Python 3 is needed to build from source.

Note: Older python versions have not been tested yet, but should not differ much.
Backward-compatibility patches will be deployed in the near future.

Source Code

Clone the whole project from the master-branch.
git clone https://github.com/gimu/hitagi-reader.git

Run python Hitagi.py to start the application.

Clone this wiki locally