summaryrefslogtreecommitdiff
path: root/win32/MinGW/Readme.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2019-07-20 08:53:35 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2019-07-20 08:53:35 +0200
commit63e6ffd8dd8412282e1beccb9a01e33aa57c13f0 (patch)
treef489a0246d74ed4b63c39eff4e6c72f9d5bd862a /win32/MinGW/Readme.txt
parentd289e0569e0317ffd228d8d0bf9f4a7a7a4fc41c (diff)
parent1bd65df2de001b173a8d6a08397043225ad115ad (diff)
Merge branch 'release/debian/0.9.3-1'debian/0.9.3-1
Diffstat (limited to 'win32/MinGW/Readme.txt')
-rw-r--r--win32/MinGW/Readme.txt27
1 files changed, 0 insertions, 27 deletions
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 <win32\liburiparser.a> run:
- mingw32-make.exe
-in this directory.
-
-To build and run the test suite (file <win32\test.exe>) run:
- mingw32-make.exe check
-in this directory.
-
-Alternatively, install MSYS <http://www.mingw.org/msys.shtml>, 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.