How to install this library under Qt, I can not figure it out. I have Windows 10 and all the instructions are under Linux.
2 answers
Here everything is clearly described.
- Download the latest version (link there in stock)
- Unpack the archive
- Build a project in Visual Studio
- To use: in the pro-file, fill in the sections INCLUDEPATH and LIBS accordingly
- ...
- PROFIT
|
If you only need an HTML parser, take a little dopilinnuyu my version, there are only three files, add to the project and use. And here are the examples https://github.com/Ruzzz/htmlcxx/blob/master/test/test.test
|