Konversation/Sources/uk: Difference between revisions
(Created page with "=== Залежності для збирання ===") |
(Created page with "* Qt v4.6.0 або новіша версія.
* kdelibs з KDE 4.4.3 або новішої версії.
* kdepimlibs з KDE 4.4.0 або новішої версії.
* Phonon...") |
||
Line 15: | Line 15: | ||
=== Залежності для збирання === | === Залежності для збирання === | ||
* Qt v4.6.0 | * Qt v4.6.0 або новіша версія. | ||
* kdelibs | * kdelibs з KDE 4.4.3 або новішої версії. | ||
* kdepimlibs | * kdepimlibs з KDE 4.4.0 або новішої версії. | ||
* Phonon | * Phonon з KDE 4.4.0 або новішої версії чи з Qt 4.6.0 або новішої версії. | ||
* '' | * ''Додатково:'' [http://delta.affinix.com/qca/ Qt Cryptographic Architecture] (QCA) v2.0.0 або новіша версія для підтримки шифрування (Blowfish). | ||
=== Runtime dependencies === | === Runtime dependencies === |
Revision as of 10:22, 26 July 2011
Передмова
- Перш ніж розпочинати тестування, варто зробити резервні копії ваших налаштувань. Дані щодо налаштувань зберігаються у файлі
~/.kde/share/config/konversationrc
, а дані самої програми — у каталозі~/.kde/share/apps/konversation
.
- Якщо вами виявлено ваду або ви маєте запит щодо реалізації можливостей, повідомте про нього за допомогою системи стеження за вадами у KDE.
- Або зв’яжіться з нами за допомогою каналу IRC або списку листування.
Залежності поточної версії
Залежності для збирання
- Qt v4.6.0 або новіша версія.
- kdelibs з KDE 4.4.3 або новішої версії.
- kdepimlibs з KDE 4.4.0 або новішої версії.
- Phonon з KDE 4.4.0 або новішої версії чи з Qt 4.6.0 або новішої версії.
- Додатково: Qt Cryptographic Architecture (QCA) v2.0.0 або новіша версія для підтримки шифрування (Blowfish).
Runtime dependencies
- kdebase-runtime from KDE Platform v4.4.0 or higher.
- Optional: A QCA provider plugin providing Diffie-Hellman key exchange and Blowfish ECB/CBC support for the encryption features; usually that plugin is qca-ossl.
- Optional: An installation of KDE's Konsole terminal emulator to provide the KPart component used by the console tabs feature.
- Optional: Python and Perl interpreters as well the bash shell for bundled scripts.
Manual checkout and update
KDE 4 version
To install the latest Konversation development code from Git you first need to clone the repository. For read-only public access, use the following:
git clone git://anongit.kde.org/konversation
If on the other hand you have a KDE developer account, use this instead to be able to push your changes to the repository later:
git clone [email protected]:konversation
After having cloned the repository, go on like this:
cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debugfull .. make sudo make install
If you already did the above, just do the following whenever you want to update your checkout and installation:
cd konversation; git pull; cd build; make; sudo make install
See the links at the bottom of this page for more information on working with Git.
KDE 3 version
See the separate page.
Live packages
- ArchLinux users can use the live PKGBUILD available on the ArchLinux page.
- Gentoo maintains a live ebuild for Konversation in the kde overlay.