Skip to content

3. Build The Project

win edited this page Mar 7, 2020 · 12 revisions

How to Build the HtmlRenderer

2020, March

I create an easy-to-build repo here=> https://github.com/LayoutFarm/HtmlRenderer.Build

How to build it=> see 'readme',


2018, June

OS: Win10 Visual Studio: 2017

Screenshot step-by-step is here :)


1. Clone

I start with a folder name 'd:\projects'

We need 2 projects

  1. HtmlRenderer (https://github.com/LayoutFarm/HtmlRenderer, master branch)
  2. PixelFarm (https://github.com/PaintLab/PixelFarm, master branch)

clone it into the d:\projects folder

01_started_with_proje_cts_folder

pic 1: the 2 projects must be placed in the same level like this picture, there are cross-references between them


2. Build PixelFarm

02_open_pixelfarm_minidev_sln pic 2: VS2017, Open that MiniDev.sln in that folder


03_build_pixelfarm pic 3: Solution Explorer, Build All


04_pixelfarm_succeeded

pic 4: Succeeded!


3. Build HtmlRenderer

05_build_html_renderer

pic 5: Open that solution


06_build_html_renderer

pic 6: Solution Explorer, Build All


07_html_renderer_succeeded

pic 7: Succeeded!


4. Test It

08_test3_mixhtml

pic 8: F5 on Test3_MixHtml project, click the example in the RedBox


09_acid1_sample

pic 9: Acid1 test page


see more https://github.com/LayoutFarm/HtmlRenderer/issues/17