Calligra/Download/ca: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 23: | Line 23: | ||
==== Fedora ==== | ==== Fedora ==== | ||
Fedora | Els paquets de Fedora per a Calligra estan disponibles al [http://kde-redhat.sourceforge.net/ repositori «unstable»] del «KDE Packaging Project» (projecte per a l'empaquetament del KDE). | ||
==== Gentoo ==== | ==== Gentoo ==== |
Revision as of 19:13, 23 December 2013
Llançament estable
Calligra 3.1.0 és l'actual versió estable. Si us plau, instal·leu la versió més recent possible, les antigues no contindran totes les implementacions. En realitat, les versions antigues com la 2.4 ja no són compatibles en absolut.
Linux
Arch Linux
Arch Linux proporciona paquets de Calligra al repositori [extra].
Chakra
Chakra proporciona paquets de Calligra al repositori «desktop».
El LiveDVD de Chakra ve amb l'últim Calligra pre-instal·lat.
Debian
Debian proporciona els paquets de Calligra als seus repositori «unstable» i al repositori «testing».
Fedora
Els paquets de Fedora per a Calligra estan disponibles al repositori «unstable» del «KDE Packaging Project» (projecte per a l'empaquetament del KDE).
Gentoo
Gentoo has Calligra packaged in Portage: packages.gentoo.org
openSUSE
The easiest way to install Calligra on openSUSE is by going to http://software.opensuse.org/package/calligra. Please note, this page may present outdated unmaintained Calligra. In such cases, first click on the Show other versions link and select a newer version.
openSUSE Build Service. Calligra packages are available from the KDE:Extra repository for openSUSE 12.x and 13.x. Unstable packages based on GIT snapshots are also available from the KDE:Unstable:Extra repository. Use with care
Visit http://en.opensuse.org/KDE_repositories to find which repository fits your needs.
Ubuntu
Calligra 2.5 is available in the Kubuntu Backports PPA for 12.04 and comes as default with the development 12.10 (Quantal) version.
See http://www.kubuntu.org/news/calligra-2.5
ROSA Marathon 2012
ROSA Marathon provides Calligra in the contrib repository.
Please go to the Download Page.
FreeBSD
FreeBSD features stable packages in the ports tree via editors/calligra, and development ones in area51 via CALLIGRA/editors/calligra.
MS Windows
Currently only Krita is available. Installer for Windows is provided by KO GmbH at http://www.kogmbh.com/download.html.
Mac OS X
Currently Calligra can be installed through Homebrew. Installers with auto upgrade features since would appear for Calligra 3.0.
First, install homebrew, following official instructions at http://brew.sh. Calligra is not in official Homebrew repository, add the calligra tap manually:
brew tap philacs/homebrew-calligra
Then install Calligra.
brew install calligra
To install latest development version Calligra (Recommended):
brew install calligra --HEAD
If you have problem running brew link calligra
, use following code to force it:
brew link --overwrite calligra
If Calligra apps cannot lanuch, try following codes:
kbuildsycoca4 --noincremental update-mime-database /usr/local/share/mime
Known issues: Kexi and Braindump not work.
Versió inestable
Linux
Arch Linux
Arch Linux provides unstable Calligra packages in the [kde-unstable] repository.
Fedora
Fedora packages are available in the rawhide development repo ([1]), and unofficial builds are available for prior releases from kde-unstable repo at [2] .
openSUSE
- Git snapshots are available from the unstable playground repository.
- Daily build git snapshots are provided here (note a focus on mobile/Plasma Active for these packages)
Visit http://en.opensuse.org/KDE_repositories to find which repository fits your needs.
Ubuntu
Ubuntu users can get a nightly build of Calligra with the Project Neon, you need to add ppa:neon/ppa to your sources.list and install project-neon-calligra package.
This script installs project neon and calligra:
sudo add-apt-repository ppa:neon/ppa \ && sudo apt-get update\ && sudo apt-get install project-neon-base \ project-neon-calligra \ project-neon-calligra-dbg
In order to run the installed packages you have to logout and choose "Project Neon" from the login screen. Neon always has the latest version, not necessarily the beta releases.
ROSA Marathon 2012
ROSA users can get the packages for development versions of Calligra from personal repository on ABF. To add it on your system run the following commands:
per usuaris i586
urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/i586/main/release
per usuaris x86_64
urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/x86_64/main/release
FreeBSD
Calligra ports are available in Area51.
Símbols de depuració
What are debugging symbols, and why are they important?
When a program is compiled with special switches to generate debugging symbols (the -g compiler switch) extra information is stored in the program file. This information can be used to generate a stack trace that contains much more information, such as the exact line number of the source file where things went wrong. Without this information it is very hard to figure out what went wrong by looking at the stack trace.
More info on back traces is available on KDE Techbase.
Símbols de depuració per Ubuntu/Debian
Please install package calligra-dbg
to receive debug symbols for whole Calligra code.
Símbols de depuració per a Fedora
As explained in the Installing debuginfo RPMs using yum section, use debuginfo-install calligra
command.