1 To install libtap on a Unix-like system:
7 To compile with gcc -ansi, run:
11 To install to a different directory than /usr/local, supply the
12 PREFIX variable to make:
14 $ PREFIX=/usr make install
16 On Windows, the library can be created by first setting up the
17 correct development environment variables. Usually this is done by
18 running vcvars32.bat included in the Visual Studio distribution.
19 You should also install gnu make which can be found at
20 http://gnuwin32.sourceforge.net/packages/make.htm. Once this is
21 done, you should be able to run the following:
23 > make -f Makefile.win
25 If you want to use it directly in another project, you can copy tap.c
26 and tap.h there and it shouldn't have a problem compiling.
34 ok(50 + 5, "foo %s", "bar");