Hyokai
About
Hyokai is database viewer for big data analysis. Easy to import from tab-separated values or CSV and export to them.
Downloads
Requirements
- Mac OS X 10.8 or later
- Windows 7 or later
Build Requirements
- Qt 5.5
- Qt Creator (Recommend)
Supported Databases
- SQLite3 (built in)
- MySQL
- PosgreSQL
How to build
Release build
Mac OS X
- Build Qt with configure options
./configure -prefix /usr/local/Qt-5.5.1-systemsqlite -system-sqlite -qt-sql-sqlite -confirm-license -opensource -framework -system-proxies -nomake examples -skip qtwebkit -skip qtwebengine -skip qtwebkit-examples -skip qtwebchannel
- Install Qt with
sudo make install
- move to
scripts/script-for-mac
- run
build.sh
qmake
should be included into $PATH
Windows
- Install pre-built Qt 5.5
- Open Qt command prompt
- move to
scripts/script-for-windows
- run
build.bat
Please read build-scripts/script-for-windows/README.md
to learn more.
Debug build
- Build Qt if you are using OS X or other unix-like systems with
-qt-sql-sqlite -system-sqlite
options - Open
src/Hyokai.pro
with Qt Creator - Build it
Authors
- Programming & Icon of application - Y.Okamura
- Programming - S.T
- Toolbar icons - Tango Desktop Project
License
Copyright (C) 2012-2015 Yasunobu OKAMURA, S.T
Source code of Hyokai is licensed under GPL version 3 or later.
Binary Distribution License
The binary package distributed by Y.Okamura is NOT licensed under GPL version 3, because the package is signed with Apple Developer ID. The binary package provided "AS IS", without warranty of any kind. Qt libraries are still licensed under LGPL version 2.1. You can obtain source code of Hyokai at Github, but we cannot provide certificates to sign.
Special thanks
- Hyokai uses Qt Xlsx module distributed under MIT license