From 40c32f81c323e6ce41b872c9ef5db76e4b3ff516 Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 17 Sep 2024 00:20:04 +0200 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2f13d6..7b1a774 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ Provides a package to be used by the zig package manager for C programs. ## Status -For now the only target is linux with openssl. +For now the only target is linux. -- [x] libpq.a -- [x] libpgport.a -- [x] libpgcommon.a +Optional dependencies used by default: +- openssl +- zlib +- zstd ## Use