Mentioned required Erlang and SQLite3 versions

This commit is contained in:
Alexey Romanov
2012-10-06 00:43:51 +04:00
parent 8752bffec1
commit 5a2bb57854

View File

@@ -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. 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 ## Compiling
### Linux ### Linux