Fix up readme

This commit is contained in:
David Reid
2010-10-12 12:25:01 -07:00
parent ff4e3315ba
commit 63ae3cd733
2 changed files with 24 additions and 33 deletions

24
README.rst Normal file
View File

@@ -0,0 +1,24 @@
Compiling
---------
1. Run 'make'
Running Test Suite
------------------
Either
1. make test
Example Usage
-------------
Use src/sqlite3_test.erl as an example.
Authors
-------
See ./AUTHORS

33
Readme
View File

@@ -1,33 +0,0 @@
Compiling
---------
1. Run './configure'
2. Run 'make'
3. Run 'make static' for dialyzer
Running Test Suite
------------------
Either
1. Run ./test.erl
or
2. $ROOT refers to the parent directory for erlang-sqlite3.
3. Run erl -pa $ROOT/priv -pa $ROOT/ebin.
4. ct:run("src").
Example Usage
-------------
Use src/test/sqlite_test_SUITE.erl as an example for your own usage. Look at both init_per_testcase and create_table.
Author: tty.erlang@gmail.com