Files
third_party_libpsl/README.md
T
2014-03-20 22:43:04 +01:00

468 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/libpsl
	./autogen.sh
	./configure
	make
	make check