From aa2aa779975791bbab2d57efff59ce13b09736b7 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 20 Sep 2021 20:22:38 +0430 Subject: [PATCH] add gcc to dependency list --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34985aa..8a77b76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ I don't currently have a road map as i'm working on getting basic features imple - `git submodule init` - `git submodule update` 2. Install the dependencies + - `gcc` - `cmake >= 3.14` - `qt5 >= 5.15.0` (must include development pacakges!) - `ninja` (optional)