]> granicus.if.org Git - check/commitdiff
* add README to money example
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 13 Oct 2006 03:37:00 +0000 (03:37 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 13 Oct 2006 03:37:00 +0000 (03:37 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@295 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/example/README [new file with mode: 0644]

diff --git a/doc/example/README b/doc/example/README
new file mode 100644 (file)
index 0000000..06282b2
--- /dev/null
@@ -0,0 +1,24 @@
+This is the "money example" from the Check tutorial.
+
+You need the following programs installed on your system:
+  -- Autoconf 2.59
+  -- Automake 1.9.6
+  -- Libtool 1.5.22
+  -- Check 0.9.3 
+
+Somewhat earlier versions of these programs might work.
+
+Then, do as follows:
+
+$ autoreconf --install
+$ ./configure
+$ make
+$ make check
+
+Don't do "make install" unless you want to install the money example.
+
+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
+
+Please send bug reports to check-devel@lists.sourceforge.net.