From 4ff6f72b4516da3cb07cdfc65c9eb304884417a4 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 4 Feb 2014 00:35:24 +0000 Subject: [PATCH] example: clarify the autotools based example there will be a CMake example later git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1088 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- doc/example/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/example/README b/doc/example/README index 8ba25d6..c894e9d 100644 --- a/doc/example/README +++ b/doc/example/README @@ -1,5 +1,8 @@ This is the "money example" from the Check tutorial. +======================== +Autotools: + You need the following programs installed on your system: -- Autoconf 2.59 -- Automake 1.9.6 @@ -21,4 +24,15 @@ money.c and money.h are built as a library. src/main.c:main() is a client of libmoney.la, just as tests/check_money.c:main() is a client of libmoney.la +To use the autotools example in another project, start with the following +files: + + example + |--- configure.ac + |--- Makefile.am + |--- src + | |--- Makefile.am + |--- tests + |--- Makefile.am + Please send bug reports to check-devel AT lists.sourceforge.net. -- 2.50.1