Files
third_party_libpsl/README.md
T
2014-03-20 17:17:24 +01:00

466 B

libpsl - C library to handle the Public Suffix List

Find more information here. Download the Public Suffix List here.

Building from git

Download project and prepare sources with

	git clone http://github.com/rockdaboot/mget
	./autogen.sh
	./configure
	make
	make check