diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index fd28bbf..1cc9f4d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -7,10 +7,6 @@ | |||
7 | # Normally configure builds both a static and a shared library. | 7 | # Normally configure builds both a static and a shared library. |
8 | # If you want to build just a static library, use: ./configure --static | 8 | # If you want to build just a static library, use: ./configure --static |
9 | 9 | ||
10 | # To use the asm code, type: | ||
11 | # cp contrib/asm?86/match.S ./match.S | ||
12 | # make LOC=-DASMV OBJA=match.o | ||
13 | |||
14 | # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: | 10 | # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: |
15 | # make install | 11 | # make install |
16 | # To install in $HOME instead of /usr/local, use: | 12 | # To install in $HOME instead of /usr/local, use: |