Calligra/Download/ja: Difference between revisions
Updating to match new version of source page |
Updating to match new version of source page |
||
Line 116: | Line 116: | ||
{{Input|1=<nowiki>urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/x86_64/main/release | {{Input|1=<nowiki>urpmi.addmedia ach_personal http://abf.rosalinux.ru/downloads/ach_personal/repository/rosa2012lts/x86_64/main/release | ||
</nowiki>}} | </nowiki>}} | ||
=== 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. | |||
{{Note|Some distributions offer debug symbols in separate packages as listed below. Use them if you want to support the developers with better bug reports.}} | |||
More info on back traces is available on [http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Backtraces KDE Techbase]. | |||
====Debug symbols for Ubuntu ==== | |||
Please install package <code>calligra-dbg</code> to receive debug symbols for whole '''Calligra''' code. | |||
====Debug symbols for Fedora==== | |||
As explained in the [https://fedoraproject.org/wiki/StackTraces#Installing_debuginfo_RPMs_using_yum Installing debuginfo RPMs using yum] section, use <code>debuginfo-install calligra</code> command. | |||
[[Category:Office]] | [[Category:Office]] |
Revision as of 04:35, 23 August 2012
Stable Release
Calligra 2.4 が現在の安定板です。
Arch Linux
Arch Linux では、Calligra のパッケージは [extra] リポジトリーで提供されています。
Chakra Linux
Chakra Linux では、Calligra のパッケージは desktop リポジトリーで提供されています。
Chakra の LiveDVD では、最新の Calligra がプリインストールされています。
Debian
Debian provides Calligra packages in its unstable repository
Fedora
Fedora 用の Calligra パッケージは、KDE パッケージングプロジェクトの 開発版リポジトリー にあります。 Calligra 2.4 が現在の安定板です。
FreeBSD
area51 から利用可能です。
Gentoo
Gentoo の Calligra パッケージは Prtage に、不安定版のタグが付けられた状態で置かれています。
OpenSUSE
openSUSE で Calligra をインストールするには、software.opensuse.org の検索を使うのが一番簡単です。
- Calligra 2.4 パッケージは openSUSE 11.4 及び 12.1 向けとして KDE:Release:48 及び KDE:Distro:Stable のリポジトリーにあります。
その他、http://en.opensuse.org/KDE_repositories で、自分にあったリポジトリーを探してみて下さい。
Ubuntu
Ubuntu の現在の開発版である Precise Pangolin (12.04) では、Calligra のパッケージが Standard Universe リポジトリーに置かれています。
See http://www.kubuntu.org/news/calligra-2.5
ROSA Marathon 2012
ROSA Marathon provides Calligra in the contrib repository.
Windows
KO GmbH が Windows インストーラーをリリースしています。ダウンロードページ からダウンロードして下さい。
Windows 版は開発中で、今のところ、初期の実験段階です。Linux/Unix 版では使えるアプリケーションや機能が、必ずしも使えるわけではありません。
Unstable Release
Arch Linux
Arch Linux provides Calligra packages in the [extra] 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] .
FreeBSD
Calligra ports are available in Area51.
OpenSUSE
- Git スナップショットは unstable playground リポジトリーに置かれています。
- デイリービルドの git スナップショットは ここで提供されています。 (これらのパッケージは mobile/Plasma Active 向けに作られていることに注意して下さい。)
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.
以下のスクリプトで Project Neon と 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
インストールされたパッケージを実行するには、ログアウトして、ログインスクリーンから "Project Neon" を選択する必要があります。Neon は常に最新版ですが、必ずしもベータリリースではありません。
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
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
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.