Skip to content
Son Nguyen edited this page Jun 30, 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 cx_Freeze is needed to build from source.

  1. Install cx_Freeze $ pip3 install cx_Freeze.
  2. Build Hitagi Reader $ python setup.py build from within the main directory.

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