From fc8c6547ae38faf9926205a23075c47fbd4370c8 Mon Sep 17 00:00:00 2001 From: CARBONNEAUX Mathieu Date: Thu, 23 Jul 2020 18:16:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79778f7..7627db8 100755 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Documentations Basic Directions ---------------- -#### *Requires:* +#### *Build Requires on unix:* You need to install gcc, gnu make, m4, aclocal, autoconf, automake and libtool packages. -#### *Example on ubuntu :* +*Example on ubuntu :* ``` # apt install gcc make m4 autoconf automake libtool ```