Instalando o Scribus a partir do CVS/SVN no Mac OS X/Aqua: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
__NOEDITSECTION__
[[Category:PT]]
[[Category:Tutoriais]]
{{Tutorial}}
==Básico==
Método recomendado àqueles que já possuem algum conhecimento na gerência de pacotes de sua distribuição.
''"O CVS, ou '''Concurrent Version System''' (Sistema de Versões Concorrentes) é um sistema de controle de versão que permite que se trabalhe com diversas versões de arquivos organizados em um diretório e localizados local ou remotamente, mantendo-se suas versões antigas e os logs de quem e quando manipulou os arquivos."''
Artigo completo [http://pt.wikipedia.org/wiki/CVS na Wikipedia.]
==Introdução==
Este documento descreve o processo de construção do Scribsu 1.3.5 ou superior a partir do CVS/SVN.


---


=Introduction=
This document outlines the build process for Scribus 1.3.5 or higher from CVS/SVN.
This document outlines the build process for Scribus 1.3.5 or higher from CVS/SVN.
This is an official Scribus Team document and as such is the currently support build preference on OSX/Aqua and is also subject to a [http://docs.scribus.net/index.php?lang=en&page=doccopyright different licence] to the rest of the wiki. This does not currently outline the processs for packaging and bundling Scribus (yet).
This is an official Scribus Team document and as such is the currently support build preference on OSX/Aqua and is also subject to a [http://docs.scribus.net/index.php?lang=en&page=doccopyright different licence] to the rest of the wiki. This does not currently outline the processs for packaging and bundling Scribus (yet).
Line 37: Line 49:
=Finish=
=Finish=
Now you can run Scribus 1.3.5+ from OSX if all has gone well.
Now you can run Scribus 1.3.5+ from OSX if all has gone well.
==Referências==
Tradução para português brasileiro do artigo original [[Installing Scribus from CVS/SVN sources on Mac OS X/Aqua]] por Ludi Maciel, 17 de maio de 2007.<br>
Os direitos autorais da versão original são reservados a - Copyright (c) 2006 Peter Linnell and Franz Schmid, 2006 The Scribus Team.
Este artigo só poderá ser distribuído nos termos e condições da [http://www.opencontent.org/openpub/ Open Publication License, v1.0 ou superior].

Revision as of 20:51, 17 May 2007

Este artigo é parte da seção de Tutoriais.
Instalação Uso Questões sobre PDF DTP Outros
Voltar para a página principal

Básico

Método recomendado àqueles que já possuem algum conhecimento na gerência de pacotes de sua distribuição.

"O CVS, ou Concurrent Version System (Sistema de Versões Concorrentes) é um sistema de controle de versão que permite que se trabalhe com diversas versões de arquivos organizados em um diretório e localizados local ou remotamente, mantendo-se suas versões antigas e os logs de quem e quando manipulou os arquivos."

Artigo completo na Wikipedia.

Introdução

Este documento descreve o processo de construção do Scribsu 1.3.5 ou superior a partir do CVS/SVN.


This document outlines the build process for Scribus 1.3.5 or higher from CVS/SVN. This is an official Scribus Team document and as such is the currently support build preference on OSX/Aqua and is also subject to a different licence to the rest of the wiki. This does not currently outline the processs for packaging and bundling Scribus (yet).

What we use

  • darwinports
  • Qt from Trolltech
  • XCode from Apple
  • Scribus CVS/SVN

Building and Installing

Steps to build and install Scribus 1.3.5 on OSX/Aqua(tested on Intel only)

  • Install XCode (available on the OSX CDs or from the Apple developer site)
  • Install darwinports (downloadable from darwinports.com)
  • Install Qt4 for OSX (downloadable from www.trolltech.com)
  • Install a few ports from darwinports
    • Install CMake (sudo port install cmake)
    • Install freetype2 (sudo port install freetype). The one included with OSX 10.4.9 is not as good as available from darwinports.
    • Install lcms (sudo port install lcms). This will also install jpeg, zlib, tiff
    • Install cairo (sudo port install cairo). This will install fontconfig too.
    • You may need to install libpng/libmng. This needs checking on a clean install.
    • Optionally (recommended) install ghostscript (sudo port install ghostscript)
  • Make a directory where you want to download to (eg, in Terminal, mkdir -p ~/scribus/135)
  • Change to this directory (cd ~/scribus/135)
  • Check out Scribus from cvs (in the future SVN)
    • export CVSROOT=:pserver:anoncvs:@scribus.info:/cvs
    • cvs -z3 co -r Version135x Scribus
  • Make a build directory (mkdir builddir)
  • Change to the build directory (cd builddir)
  • Run the cmake command: cmake -DBUILD_OSX_BUNDLE=1 -DWANT_CAIRO=1 -DCMAKE_INSTALL_PREFIX:PATH=/Users/username/Applications/Scribus.App/Contents/ ../Scribus/
  • make
  • make install

Finish

Now you can run Scribus 1.3.5+ from OSX if all has gone well.

Referências

Tradução para português brasileiro do artigo original Installing Scribus from CVS/SVN sources on Mac OS X/Aqua por Ludi Maciel, 17 de maio de 2007.
Os direitos autorais da versão original são reservados a - Copyright (c) 2006 Peter Linnell and Franz Schmid, 2006 The Scribus Team. Este artigo só poderá ser distribuído nos termos e condições da Open Publication License, v1.0 ou superior.