Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 699 Bytes

StockAnalyzer

Build Status

Prerequisites

This project requires:

  • Cross-platform Make (CMake) v2.8+
  • GNU Make or equivalent
  • GCC or an alternative, reasonably conformant C++ compiler
  • Boost C++ Libraries v1.62+ [HEADERS and LIBRARIES]
  • Qt 5

Building

This project uses the CMake build system. However, there exists wrapper configure script together with a Makefile so that the typical build invocation of ./configure followed by make will work.

Acknowledgments