libpsl/README.md

17 lines
466 B
Markdown
Raw Normal View History

2014-03-20 17:17:24 +01:00
libpsl - C library to handle the Public Suffix List
===================================================
Find more information [here](http://publicsuffix.org/).
Download the Public Suffix List [here](https://hg.mozilla.org/mozilla-central/raw-file/tip/netwerk/dns/effective_tld_names.dat).
Building from git
-----------------
Download project and prepare sources with
git clone http://github.com/rockdaboot/mget
./autogen.sh
./configure
make
make check