diff --git a/README b/README index 6066a3e12..978f524bb 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ = SOCI - The C++ Database Access Library = -NOTICE: Git and bug tracker soon to be moved to https://github.com/SOCI - -Project website: http://soci.sourceforge.net - -Development, Download, Bug Tracking, Mailing Lists: +GitHub hosts SOCI source code repository, +issues tracker and wiki: https://github.com/SOCI +Project website at http://soci.sourceforge.net +Release downloads and mailing lists at http://sourceforge.net/projects/soci/ +Travis CI service at https://travis-ci.org/SOCI/soci + == Requirements == Core: diff --git a/doc/installation.html b/doc/installation.html index 4f627e73d..6732b7d86 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -53,7 +53,7 @@

Downloading

Building using CMake

-

SOCI is configured to build using CMake system in version 2.6+.

+

SOCI is configured to build using CMake system in version 2.8+.

The build configuration allows to control various aspects of compilation and installation by setting common CMake variables that change behaviour, describe system or control build (see CMake help) as well as SOCI-specific variables described below. All these variables are available regardless of platform or compilation toolset used.