Sigil-Ebook / PageEdit

ePub XHTML Visual Editor
GNU General Public License v3.0
245 stars 28 forks source link

Build with cmake; add gumbo as a subtree #1

Closed dougmassay closed 5 years ago

dougmassay commented 5 years ago

Preliminary cmake support. There's no bundling/deploying/installing going on (other than Linux make install), but hopefully it will at least build OK. It checks out on Windows so far. Just use a cmake configure command similar to what is used to configure Sigil.

I added our sigil-gumbo repo as a subtree. It will (or it should) build as a static library and gumbo.h and gumbo_edit.h should be available for inclusion by source code in the PageEdit project.

Early days, so let me know if something isn't working on the macOS.

I'll document how to easily pull any changes from the upstream sigil-gumbo repo into this project.