Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 700 Bytes

Chart Grouse 0.3

Chart Grouse is a program for technical market analysis. It is a fork of Chart Geany 6.1.5 which adds an alternate desktop style GUI.

The code is being refactored to separate the database, network, and chart code from the touch-based GUI.

Building

Some of the third party code is not part of this repository so a copy of the ChartGeany/3rdparty directory from chartgeany-6.1.5.tar.gz must be be obtained. The following two directories must be copied into 3rdparty:

sqlite3
x86dis

After that use qmake; make.