Page 2 of 2

Re: Issue building branch 4147 [linux]

PostPosted: Mon Jul 13, 2020 12:59 pm
by magreenblatt
edgardog wrote:I use automate-git for building, then I make a few changes to the code (basically a small HTML change on the PDF reader to make buttons a bit bigger) , rebuild using ninja (to include those HTML changes) , generate the binary_distrib and from that I build cefclient and cefsimple.. and pull the libcef_dll_wrapper.a and include folder (along with cefclient) into my C++ wrapper that uses CEF.

If its possible to build using sysroot and still do the same steps afterwards I think that will do it.

Yes, that should all work with the sysroot enabled.