Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 584 Bytes

python-litehtml

LiteHtmlPy is a solution that helps python developers to create printouts and previews of html5/css3 pages without using a web browser.

Links

Cleanup repository

./x-cleanup

Linux configure

  • ./x-build-cmake -DCMAKE_BUILD_TYPE=Debug
  • ./x-build-cmake -DCMAKE_BUILD_TYPE=Release

Cross Mingw configure for python 2.7

  • ./x-build-cmake-mingw

Build for manylinux inside docker

  • ./x-build-docker

Just setup.py build

  • ./x-build-python