Calligra/Download/tr: Difference between revisions
(Created page with "'''openSUSE Yapı Hizmeti.''' Calligra paketleri openSUSE 12.x ve 13.z için [https://build.opensuse.org/project/show?package=calligra&project=KDE:Extra KDE:Extra] deposunda m...") |
(Created page with "İhtiyacınız olan depoyu bulmak için [http://en.opensuse.org/KDE_repositories#What.27s_available http://en.opensuse.org/KDE_repositories] adresini ziyaret edin.") |
||
Line 45: | Line 45: | ||
GIT enstantaneleri tabanlı kararsız paketler, [https://build.opensuse.org/project/show?package=calligra&project=KDE:Unstable:Extra KDE:Unstable:Extra] deposunda bulunabilir. '''Dikkatli kullanın''' | GIT enstantaneleri tabanlı kararsız paketler, [https://build.opensuse.org/project/show?package=calligra&project=KDE:Unstable:Extra KDE:Unstable:Extra] deposunda bulunabilir. '''Dikkatli kullanın''' | ||
İhtiyacınız olan depoyu bulmak için [http://en.opensuse.org/KDE_repositories#What.27s_available http://en.opensuse.org/KDE_repositories] adresini ziyaret edin. | |||
==== ROSA Marathon 2012 ==== | ==== ROSA Marathon 2012 ==== |
Revision as of 23:16, 27 October 2014
Kararlı Sürüm
Calligra 3.1.0, geçerli kararlı sürümdür. Lütfen mümkün olan en yeni sürümü yükleyin. Eski sürümler tamamıyla desteklenmeyebilir. Gerçekten eski sürümler (2.4 gibi) hiç desteklenmiyor.
Linux
Hala paket arıyorsanız, pkgs.org gibi bir paket arama servisini deneyin.
Arch Linux
Arch Linux, Calligra paketlerini [extra] deposunda sağlamaktadır.
Chakra
Chakra, Calligra paketlerini desktop deposunda sağlamaktadır.
Chakra ÇalışanDVD'si en son Calligra ile yüklü gelir.
Debian
Debian, Calligra paketlerini unstable deposu ve testing deposunda sağlamaktadır.
Fedora
Calligra için Fedora paketleri, KDE Paketleme Projesinin unstable deposunda bulunmaktadır.
Gentoo
Gentoo, Calligra'yı Portage içinde tutuyor: packages.gentoo.org
Kubuntu
Calligra 2.8, 12.04 LTS ve 13.10 için Kubuntu Backports PPA'sında bulunuyor ve 14.04 ile birlikte öntanımlı olarak geliyor. Bu tüm Ubuntu aromaları için kullanılabilir.
Bkz. http://tr.kubuntu.org/?q=calligra-2.8
openSUSE
openSUSE üzerinde Calligra'yı kurmanın en kolay yolu http://software.opensuse.org/package/calligra adresine gitmektir. Lütfen bunun eski, bakımda olmayan Calligra olacağını unutmayın. Bu durumda "Show other versions" tıklayıp, daha yeni bir sürüm seçin.
openSUSE Yapı Hizmeti. Calligra paketleri openSUSE 12.x ve 13.z için KDE:Extra deposunda mevcut. GIT enstantaneleri tabanlı kararsız paketler, KDE:Unstable:Extra deposunda bulunabilir. Dikkatli kullanın
İhtiyacınız olan depoyu bulmak için http://en.opensuse.org/KDE_repositories adresini ziyaret edin.
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
- Installer for Krita is provided by KO GmbH at http://www.kogmbh.com/download.html.
- Status for other Calligra apps (5 March 2014):
- Available through the KDE on Windows project, build properly using MSVC
- No binary packages
Mac OS X
Calligra can be installed through Homebrew. For details go to the homebrew-kde tap.
Unstable Release
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:
for i586 users
urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/i586/main/release
for x86_64 users
urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/x86_64/main/release
FreeBSD
Calligra ports are available in Area51.
Debug Symbols
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.
Debug symbols for Ubuntu/Debian
Please install package calligra-dbg
to receive debug symbols for whole Calligra code.
Debug symbols for Fedora
As explained in the Installing debuginfo RPMs using yum section, use debuginfo-install calligra
command.