Update 'README.md'
This commit is contained in:
parent
bec6179859
commit
984b22e514
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -14,6 +14,18 @@ priority = 1
|
|||
EOF
|
||||
```
|
||||
|
||||
```
|
||||
$ git clone git@github.com:CollaboraOnline/online.git
|
||||
$git clone git@git.softwarelibre.mx:strepsirrhini/libreoffice.git --depth 1
|
||||
$ sudo dnf install -y libcap-devel libpng-devel pam-devel gcc-c++ cppunit-devel pam-devel fontconfig make libpcap kernel-headers python3-polib python3-lxml poco
|
||||
$ cd online
|
||||
$ ./autogen.sh
|
||||
$ ./configure --with-lo-path=../libreoffice --with-lokit-path=../libreoffice/include
|
||||
$ make
|
||||
|
||||
```
|
||||
|
||||
## Compilación de LibreOffice en CentOS
|
||||
Este módulo es necesario para poder instalar el paquete `junit-1`
|
||||
```
|
||||
# dnf module enable javapackages-tools:201801
|
||||
|
|
Loading…
Reference in a new issue