From 05944f906491c8a4cc6844433aca63e562b215fd Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sun, 2 Feb 2020 14:33:16 +0100 Subject: [PATCH] Mention git as development dependency --- build.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.html b/build.html index 2a37eda..20c0cd0 100644 --- a/build.html +++ b/build.html @@ -25,8 +25,9 @@ this list may grow as time goes by and people send how-tos. Just unzip the [source archive](https://github.com/{{ site.github }}/releases/latest){:target="_blank"} or [clone the GitHub repo](https://help.github.com/articles/cloning-a-repository/){:target="_blank"}. -Make sure you have your C compiler installed, including -[Flex](https://github.com/westes/flex){:target="_blank"} and +Make sure you have your C compiler installed, plus +[Git](https://git-scm.com/){:target="_blank"}, +[Flex](https://github.com/westes/flex){:target="_blank"}, and [Bison](http://www.gnu.org/software/bison/){:target="_blank"}. The location of the system-wide config file is compiled in, so if you don't like it's default location,