From: Martin Mares Date: Tue, 24 Jul 2012 17:22:34 +0000 (+0200) Subject: README: Suggestions etc. X-Git-Tag: v1.0~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3359858f793337f01f5ce8ace417ca72431db14a;p=xsv.git README: Suggestions etc. --- diff --git a/README b/README index ad7f25f..727236c 100644 --- a/README +++ b/README @@ -18,3 +18,7 @@ The program has been tested on Linux, but it should run on an arbitrary POSIX system with a C99 compiler. (It is possible that some GNUisms remain in the code, but they should be easy to fix if needed.) Building of documentation requires AsciiDoc (any reasonably recent version should work). + +Use "make" to build and "make tests" to run the test suite. + +All bug reports and suggestions are welcome, especially when accompanied by patches.