aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-19 15:20:17 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-19 15:21:01 +0100
commitf50c6dcb90616636d79c5f18f16f9d45e71fb568 (patch)
tree845d2e550102d4f7e97f0acefa4e6a70874908e5 /README
parent57a41e3a520fff66db8c5f42a7738a9d922e1305 (diff)
Switch from meson to plain make.HEADmaster
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 358cf7d..7b57e59 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ via email).
Building and installation
=========================
-The library uses the meson build system. A C11-compliant compiler and a POSIX
-environment are expected.
+A C11-compliant compiler and a POSIX environment are expected. Run 'make' to
+build the shared object.
Usage
=====