Skip to content

Commit

Permalink
Renamed README to README.md and switched format to Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Feb 5, 2013
1 parent 4dd4ccf commit 36e1e9e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= SOCI - The C++ Database Access Library =
SOCI - The C++ Database Access Library
======================================

GitHub hosts SOCI source code repository,
issues tracker and wiki: https://github.com/SOCI
Expand All @@ -9,7 +10,10 @@ http://sourceforge.net/projects/soci/

Travis CI service at https://travis-ci.org/SOCI/soci

== Requirements ==
[![Build Status](https://api.travis-ci.org/SOCI/soci.png)](https://travis-ci.org/SOCI/soci)

Requirements
------------

Core:
* C++ compiler
Expand All @@ -21,7 +25,8 @@ Backend specific:
* PostgreSQL client library X.Y
* SQLite 3 library X.Y

== Git repository of SOCI project ==
Git repository of SOCI project
------------------------------

* /src - project source code tree
* /doc - project documentation
Expand Down

0 comments on commit 36e1e9e

Please sign in to comment.