No description
3ea260f972
Allow the directory parameters to be relative paths; turn them into absolute ones for later use in the script as we change directories back and forth. Use cpio instead of cp --parent for each file separately. (The latter has the problem that parent directories are created using the protection the corresponding source directory has, and tht might not permit you to copy other files later into the same directory.) Also copy usr/share/liblangtag, for the (common) case when LibreOffice is built to use a system liblangtag. Don't bother with the special handling of /usr/share/fonts/ghostscript unless it exists and is a symlink. With these changes, it worked for CentOS 7, too. |
||
---|---|---|
loleaflet | ||
loolwsd | ||
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.