diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:58:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-04-26 17:58:14 +0200 |
commit | fddb419b78bc873fb6fb9e8dc49c28e5ac5113f1 (patch) | |
tree | 3009ac597dd206aa4bfaa50725ed6e7542119877 /win32/MinGW/Readme.txt | |
parent | 4c6be44409a51e938aa1c9e4d920348d5317a3d2 (diff) | |
parent | 5444b1728ba7cfc55e85fd3022b6e88c9441327c (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'win32/MinGW/Readme.txt')
-rw-r--r-- | win32/MinGW/Readme.txt | 27 |
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.
|