From 1d04d94363eb7a0704e915d6fea818088e1010a0 Mon Sep 17 00:00:00 2001 From: hubert Date: Wed, 7 Jul 2021 08:32:16 +0000 Subject: [PATCH] Add a C compiler to the list of dependencies It's needed to build sqlite3. git-svn-id: file:///srv/svn/repo/suika/trunk@576 f0ae65fe-ee39-954e-97ec-027ff2717ef4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81d4137..3792ebc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A user-friendly IRC bouncer. Dependencies: - Go +- a C89 compiler (for SQLite) - scdoc (optional, for man pages) For end users, a `Makefile` is provided: