From eebc3f7db6c90b5d88244c16994cfa417a0b0e58 Mon Sep 17 00:00:00 2001 From: John Cage <58808125+coshcage@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:12:05 +0000 Subject: [PATCH] Add files via upload --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 6670e95..4330d66 100644 --- a/README +++ b/README @@ -3,3 +3,6 @@ This is an in-memory database that built under StoneValley. All files are published under GPLv2 license. If you want to develop this project with me, please send an email to cosh.cage at hotmail.com. You may download StoneValley from here: https://github.com/coshcage/StoneValley +Compilation guide: +Put svimrdb/src/*.c *.h with StoneValley/src/*.c *.h together and run: +cc -lpthread -lm