-
Notifications
You must be signed in to change notification settings - Fork 40
3. Build The Project
win edited this page Oct 27, 2018
·
12 revisions
2018, Oct
see https://github.com/PaintLab/PixelFarm/issues/37
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
- HtmlRenderer (https://github.com/LayoutFarm/HtmlRenderer, master branch)
- PixelFarm (https://github.com/PaintLab/PixelFarm, master branch)
clone it into the d:\projects 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
pic 2: VS2017, Open that MiniDev.sln in that folder
pic 3: Solution Explorer, Build All
pic 4: Succeeded!
3. Build HtmlRenderer
pic 5: Open that solution
pic 6: Solution Explorer, Build All
pic 7: Succeeded!
4. Test It
pic 8: F5 on Test3_MixHtml project, click the example in the RedBox
pic 9: Acid1 test page
see more https://github.com/LayoutFarm/HtmlRenderer/issues/17