From 5a2bb5785417522e1b8696d7ed2907c316c33bc8 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 6 Oct 2012 00:43:51 +0400 Subject: [PATCH] Mentioned required Erlang and SQLite3 versions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13a6e65..1e7993e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This library allows you to work with SQLite3 databases from Erlang. It is compatible with Windows and Linux, and should probably work on other OSes as well. +## Requirements + +Erlang/OTP R14B is required, and SQLite 3 minimum version is 3.6.1. + ## Compiling ### Linux