1 To install libtap on a unix-like system:
7 Note that `make check` runs a perl unit test. It makes use of
8 diff(1), so if you run it, make sure you have those tools installed
9 first. To compile with gcc -ansi, run
13 To install to a different directory than /usr/local, supply the
14 PREFIX variable to make:
16 $ make PREFIX=/usr install
18 On Windows, the library can be created by first setting up
19 the correct development environment variables. Usually this
20 is done by running vcvars32.bat included in the visual studio
21 distribution. You should also install gnu make which can be
22 found at http://gnuwin32.sourceforge.net/packages/make.htm.
23 And you should have perl to run the tests although this isnt
24 absolutely necessary. Once this is done, you should be able to
27 > make -f Makefile.win
30 Alternatively, you might want to use the visual studio project file
31 included by Alexander Kahl (e-user).
33 If you want to use it directly in another project, you can copy tap.c
34 and tap.h there and it shouldn't have a problem compiling.
42 ok(50 + 5, "foo %s", "bar");