From 2c5940a1a4d7d5eeb53a9019ad328838aeb49475 Mon Sep 17 00:00:00 2001 From: Dawid Nowak Date: Fri, 8 Dec 2023 12:40:56 +0100 Subject: [PATCH] Update CONTRIBUTING.md Added info about the required `cmake` https://github.com/FabioBatSilva/ArduinoFake/issues/43#issuecomment-1551310789 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c9bf85..ea08d1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ I was missing `sei()`, `cli()` and `attachInterrupt()` in `ArduinoFake`, here is } 1. excersice tests from command line, there are two ways based on your Makefile * default project [Makefile](/Makefile), - * execute `make` + * execute `make` (`make` requires `cmake` - install it via `apt` / `brew` / `yum` or whatever package manager your system uses) * verify ``` Running tests...