From 21403845aa1801fbea72a4fe664a3ba2f3afce80 Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 30 Apr 2020 09:12:18 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25c7d3a..13b74d4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Hamming distance for fixed-length `bytea` datatype (8-byte, 32-byte and 128-byte ### Compiling from source (CMake) ```bash +apt install postgresql-server-11-dev cmake . make ```