You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ If you want to use the getdns_query command line wrapper script for testing or t
83
83
* Currently getdns only offers two helper functions to deal with IDN: `getdns_convert_ulabel_to_alabel` and `getdns_convert_alabel_to_ulabel`. If you do not need these functions, getdns can be configured to compile without them with the `--without-libidn` option to configure.
84
84
* When both `--enable-stub-only` and `--without-libidn` options are used, getdns has only one dependency left, which is OpenSSL.
85
85
86
-
## Extensions / Event loop dependencies
86
+
## Extensions and Event loop dependencies
87
87
88
88
The implementation works with a variety of event loops, each built as a separate shared library. See [the wiki](https://github.com/getdnsapi/getdns/wiki/Asynchronous-Support#wiki-included-event-loop-integrations) for more details.
89
89
@@ -124,7 +124,7 @@ We have a [getdns users list](https://getdnsapi.net/mailman/listinfo/users) for
124
124
125
125
The [getdns-api mailing list](https://getdnsapi.net/mailman/listinfo/spec) is a good place to engage in discussions regarding the design of the API.
126
126
127
-
# Tickets/Bug Reports
127
+
# Tickets and Bug Reports
128
128
129
129
Tickets and bug reports should be reported via the [GitHub issues list](https://github.com/getdnsapi/getdns/issues).
130
130
@@ -214,7 +214,7 @@ If you're using [FreeBSD](https://www.freebsd.org/), you may install getdns via
214
214
215
215
If you are using FreeBSD 10 getdns can be intalled via 'pkg install getdns'.
216
216
217
-
### CentOS/RHEL 6.5
217
+
### CentOS and RHEL 6.5
218
218
219
219
We rely on the most excellent package manager fpm to build the linux packages, which
220
220
means that the packaging platform requires ruby 2.1.0. There are other ways to
@@ -272,7 +272,7 @@ The build has been tested using the following:
272
272
32 bit only Mingw: [Mingw(3.21.0) and Msys 1.0](http://www.mingw.org/) on Windows 8.1
273
273
32 bit build on a 64 bit Mingw [Download latest from: http://mingw-w64.org/doku.php/download/mingw-builds and http://msys2.github.io/]. IMPORTANT: Install tested ONLY on the "x86_64" for 64-bit installer of msys2.
0 commit comments