From 872de06d9bd98bc2fe29da7fb960314f123bc64a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Oct 2009 13:47:19 +0200 Subject: Documentation fixes --- INSTALL | 10 +++++----- README | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index e5f09f7..da01742 100644 --- a/INSTALL +++ b/INSTALL @@ -9,13 +9,13 @@ installed. To check the GNU make version run make (or gmake) with the Unless you are using the libcutl+dep package, you will also need to install the following dependencies: - build >= 0.3.4 http://kolpackov.net/projects/build/ + build >= 0.3.5 http://kolpackov.net/projects/build/ The libcutl+dep package comes with the necessary dependencies bundled. To build the library, tests, and examples simply run make in the root -directory of the package. To run the automated tests, run 'make test'. -To clean the object file, executables, etc., run 'make clean'. To de- +directory of the package. To run the automated test suite, run 'make test'. +To clean the object files, executables, etc., run 'make clean'. To de- configure the package (that is, remove configuration files in addition to objects, executables, etc.), run 'make disfigure'. @@ -46,8 +46,8 @@ install_info_dir default is install_data_dir/info Windows ------- -Project and solution files are provided for Visual C++ 8.0 (2005) and -9.0 (2008). To build the cutl library, open and build the corresponding +Project and solution files are provided for Visual C++ 8.0 (2005) and 9.0 +(2008). To build the libcutl library, open and build the corresponding solution file in the cutl\ directory. After the build is complete, the library can be found in the cutl\ directory. diff --git a/README b/README index d18c36e..a98eccb 100644 --- a/README +++ b/README @@ -9,4 +9,8 @@ See the INSTALL file for prerequisites and installation instructions. See the doc/ directory for documentation. -Send questions, bug reports, or any other feedback to boris@codesynthesis.com +The project page is at http://codesynthesis.com/projects/libcutl/. + +Send questions, bug reports, or any other feedback to +libcutl-users@codesynthesis.com. + -- cgit v1.1