No description
40914ca336
This seems to get rid of the "terminate called after throwing an instance of 'Poco::SystemException'" problem for me at least. Sigh. Why can't the compiler warn about such things? I build with clang++ -Wall -Wextra. The Connection class is fully defined inside the LOOLKit.cpp so it should be able to, right? |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.