|
|
(20 revisões intermediárias por 5 usuários não estão sendo mostradas) |
Linha 1: |
Linha 1: |
| == Clonando == | | [[Imagem:LibreOffice_Initial-Artwork-Logo_ColorLogoBasic_2000px.png|500px|right]] |
| <pre>
| | == Tutoriais == |
|
| |
|
| $ git clone git://anongit.freedesktop.org/libreoffice/bootstrap
| | * [[Ubuntu 13.04 - Compilação e instalação de LibreOffice]] |
| </pre>
| | * [[Ubuntu 11.04 - Compilação e instalação de LibreOffice]] |
| http://www.libreoffice.org/get-involved/developers/
| |
|
| |
|
| == Instalando as dependências ==
| |
| <pre>
| |
|
| |
|
| $ sudo apt-get build-dep libreoffice
| | [[Category:Linux]] |
| </pre>
| | [[Category: LibreOffice]] |
| '''Instalando o JUNIT 4 - Pacote faltante das dependências.'''
| | [[Categoria: Escritório]] |
| | |
| <pre>
| |
| $ sudo aptitude install junit4
| |
| $ CLASSPATH=.:/usr/share/java/junit4.jar
| |
| </pre>
| |
| | |
| '''Resolvendo as dependências de Berkeley DB: Berkeley DB 11gR2 (11.2.5.2.28) '''
| |
| | |
| Baixando os pacotes do Oracle. É necessaŕio criar uma conta.
| |
| | |
| http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html
| |
| | |
| <pre>
| |
| $ cd build_unix
| |
| $ sudo ../dist/configure
| |
| $ sudo make
| |
| $ sudo make install
| |
| </pre>
| |
| | |
| http://download.oracle.com/docs/cd/E17076_02/html/installation/BDB_Installation.pdf
| |
| | |
| == Compilando ==
| |
| | |
| <pre>
| |
| | |
| $ sudo ./autogen.sh --with-num-cpus=2
| |
| $ sudo make
| |
| </pre>
| |
| | |
| Erro que ainda permanece:
| |
| | |
| <pre>
| |
| root@pizetta:/home/pizetta/bootstrap# make
| |
| ./bootstrap
| |
| ln: creating symbolic link `.git/hooks/commit-msg': No such file or directory
| |
| ln: creating symbolic link `.git/hooks/post-merge': No such file or directory
| |
| ln: creating symbolic link `.git/hooks/pre-commit': No such file or directory
| |
| ********************************************************************
| |
| *
| |
| * Running the post download checks.
| |
| *
| |
| ********************************************************************
| |
| checking build system type... x86_64-unknown-linux-gnu
| |
| checking host system type... x86_64-unknown-linux-gnu
| |
| checking target system type... x86_64-unknown-linux-gnu
| |
| | |
| Fetching dependencies for module berkeleydb from solver... failed
| |
| | |
| ERROR: incomplete dependencies!
| |
| | |
| make: *** [all] Error 1
| |
| </pre>
| |
| | |
| Mais páginas:
| |
| | |
| Canal de ajuda: IRC - Freenode - #libreoffice-dev
| |
| | |
| Free Document Foundation: http://wiki.documentfoundation.org/
| |
| | |
| Documentação: http://docs.libreoffice.org/basegfx/html/classes.html
| |