libpsl/README.md

19 lines
587 B
Markdown
Raw Normal View History

2014-03-21 21:25:44 +01:00
[![Build Status](https://travis-ci.org/rockdaboot/libpsl.png?branch=master)](https://travis-ci.org/rockdaboot/libpsl)
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
2014-03-20 22:43:04 +01:00
git clone http://github.com/rockdaboot/libpsl
2014-03-20 17:17:24 +01:00
./autogen.sh
./configure
make
make check