From 1920f1b489a54e8ab97a3e24b1bab64831e32b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 26 Apr 2019 17:57:49 +0200 Subject: New upstream version 0.9.2 --- win32/MinGW/Readme.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 win32/MinGW/Readme.txt (limited to 'win32/MinGW/Readme.txt') diff --git a/win32/MinGW/Readme.txt b/win32/MinGW/Readme.txt deleted file mode 100644 index 866312b..0000000 --- a/win32/MinGW/Readme.txt +++ /dev/null @@ -1,27 +0,0 @@ --- Building -To build run: - mingw32-make.exe -in this directory. - -To build and run the test suite (file ) run: - mingw32-make.exe check -in this directory. - -Alternatively, install MSYS , set -it to use your MinGW distro during post-install and use ./configure in -the root of this package to produce the Makefile. Then run make. - - --- Installation -To install uriparser in your MinGW distro: -1. Copy liburiparser.a to the MinGW lib directory. -2. Copy the uriparser directory (in this package's include - directory) to the MinGW include directory. - --- Hello world à la uriparser -To build a C program that uses liburiparser: -gcc -Wall -Wextra example.c -o example -O3 -s -luriparser - - --------------------------------------------------------------- -Readme contributed by Michael Anthony Puls II. -- cgit v1.2.3