源代码
所有的源代码均托管在git:
- 官方 cgit:https://cgit.freedesktop.org/libreoffice/core
- 官方 gerrit:https://git.libreoffice.org/core/
- 国内镜像1:https://git.libreofficechina.org/core
- 国内镜像2:https://go.suokunlong.cn:88/cgit/lo/core
- 已发布版本的源代码压缩包:http://download.documentfoundation.org/libreoffice/src/
编译和运行:见维基页面,或者中文社区的这篇文章:《如何编译LibreOffice》
以下的步骤主要针对 GNU/Linux 用户
1. 首先您需要安装编译 LibreOffice 所需要的依赖环境。若您使用的是 (比如 Ubuntu):
sudo apt-get build-dep libreoffice # Debian 及其衍生发行版
sudo dnf builddep libreoffice # Fedora 及其衍生版
2. 然后下载完整的源代码,并编译:
./autogen.sh --with-lang=zh-CN
make
instdir/program/soffice # 启动程序
或者,若需要简单的调试:
make debugrun # 这将在 gdb 下启动 libreoffice
若您编译中遇到问题,别灰心,请在IRC的开发者频道 (#libreoffice-dev) 上联系我们,或者阅读我们的维基页面。中文用户也可在LibreOffice中文社区寻求帮助。
关注我们