This repository was archived by the owner on Dec 3, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
Installation
Arvanitis Christos edited this pageAug 11, 2018 ·7 revisions
- libreoffice-script-provider-pythonFrom this LO version, help is not included with the main installation package. On the contrary, help is installed as a seperate package, and is required in order to include additional help pages (through Help->LibreOffice Help) for off-line access.
- libreoffice-help-el
- libreoffice-help-en-us
For full Greek support (e.g. Dialogs, localization, UI locale...) the following package is required:
- libreoffice-l10n-el
- libreoffice-script-provider-python
For full Greek support (e.g. Dialogs, localization, UI locale...) the following package is required:
- libreoffice-l10n-el
Add the package repository to apt:
echo"deb https://eellak.github.io/gsoc2018-librecust/repos/apt/debian/ precise main"| sudo tee -a /etc/apt/sources.list
Update
sudo apt update
Install librecust package
sudo apt install librecust
Execute the interactive install.sh found atinstall_script directory:
cd install_scriptbash installer.sh
An interactive script asks the user for installation of required sub-modules of the project. Superuser permissions are required in some steps.
- Home
- Getting Started
- UI customization
- Extension development
- LibreOffice API
- Guides