Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 458 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 458 Bytes

Installation

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

Requirements

To compile libserial, 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 supported on Linux only)