Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 470 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 470 Bytes

Installation

No other software packages or dependencies are required to configure, build and install libihex, see Requirements section for more information.

Requirements

To compile libihex, the following tools are required:

  • gcc/mingw-w64
  • cmake

Additionally, to compile tests:

  • gtest (can be installed as a submodule)

Additionally, to generate coverage report:

  • gcovr (installed via package manager, currently tested on Linux platform only)