From c8f89aae83d00150d8b3b08f7c93b96af2b3ae76 Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Mon, 1 Jun 2020 16:26:01 -0500 Subject: Change standard --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 35f38e2..f79644e 100644 --- a/README +++ b/README @@ -30,10 +30,10 @@ implementation since it follows Delwink's standards and development styles. Build ----- -You'll need a C99 compiler and a POSIX build environment. On Debian-based +You'll need an ANSI C compiler and a POSIX build environment. On Debian-based systems, you can get this with: - # apt-get install build-essential + # apt install build-essential libpfxtree uses a simple build process. You can compile it like so: -- cgit v1.2.3