Konversation/Sources: Difference between revisions

    From KDE UserBase Wiki
    m (Formatting changes)
    No edit summary
     
    (21 intermediate revisions by 4 users not shown)
    Line 7: Line 7:
    </translate><span id="Preface"></span><translate>
    </translate><span id="Preface"></span><translate>
    <!--T:2-->
    <!--T:2-->
    {{Warning|3='''CAUTION!'''|1=Be aware that beta testing is potentially dangerous to your installation. Don't install beta versions on production systems. If you are aware of the risks and that's ok for you: Keep on. Your help is appreciated. Nevertheless, especially for beta versions goes: '''This software comes with no warranty at all!'''}}
    {{Warning|2='''CAUTION!'''|1=Be aware that beta testing is potentially dangerous to your installation. Don't install beta versions on production systems. If you are aware of the risks and that's ok for you: Keep on. Your help is appreciated. Nevertheless, especially for beta versions goes: '''This software comes with no warranty at all!'''}}


    <!--T:3-->
    <!--T:3-->
    * Before starting beta testing it's a good idea to make a backup of your configuration, stored in {{Output|1=~/.kde/share/config/konversationrc}} and your application data, stored in {{Output|1=~/.kde/share/apps/konversation}}
    * Before starting beta testing it's a good idea to make a backup of your configuration, stored in {{Output|1=~/.config/konversationrc}} and your application data, stored in {{Output|1=~/.local/share/konversation}}


    <!--T:4-->
    <!--T:4-->
    Line 23: Line 23:


    <!--T:8-->
    <!--T:8-->
    * Qt v4.6.0 or higher.
    * CMake 2.8.12 or higher.
    * kdelibs from KDE Platform v4.4.3 or higher.
    * Qt v5.5.0 or higher.
    * kdepimlibs from KDE Platform v4.4.0 or higher.
    * KDE Frameworks v5.25.0 or higher.
    * Phonon from KDE Platform v4.4.0 or higher or Qt v4.6.0 and higher.
    * Phonon4Qt5 v4.6.60 or higher.
    * ''Optional:'' [http://delta.affinix.com/qca/ Qt Cryptographic Architecture] (QCA) v2.0.0 or higher for encryption support (Blowfish).
    * ''Optional:'' [http://delta.affinix.com/qca/ Qt Cryptographic Architecture] (QCA) v2.1.0 or higher for encryption support (Blowfish).


    === Runtime dependencies === <!--T:9-->
    === Runtime dependencies === <!--T:9-->


    <!--T:10-->
    <!--T:10-->
    * kdebase-runtime from KDE Platform v4.4.0 or higher.
    * ''Optional:'' A [http://delta.affinix.com/qca/ QCA] provider plugin providing Diffie-Hellman key exchange and Blowfish ECB/CBC support for the encryption features; usually that plugin is qca-ossl.
    * ''Optional:'' A [http://delta.affinix.com/qca/ 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:'' An installation of KDE's '''Konsole''' terminal emulator to provide the KPart component used by the console tabs feature.
    Line 39: Line 38:
    == Manual checkout and update == <!--T:11-->
    == Manual checkout and update == <!--T:11-->


    === KDE 4 version === <!--T:12-->
    === KDE Frameworks v5 version (Konversation v1.6.x and higher) === <!--T:12-->


    <!--T:13-->
    <!--T:13-->
    To install the latest '''Konversation''' development code from Git you first need to clone the repository. For read-only public access, use the following:
    To install the latest '''Konversation''' development code from Git you first need to clone the repository. For read-only public access, use the following:
    <!--T:22-->
    {{Input|<syntaxhighlight lang="bash">
    {{Input|<syntaxhighlight lang="bash">
      git clone git://anongit.kde.org/konversation
      git clone git://anongit.kde.org/konversation
    </syntaxhighlight>}}
    </syntaxhighlight>}}
    <!--T:23-->
    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:
    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:
    <!--T:24-->
    {{Input|<syntaxhighlight lang="bash">
    {{Input|<syntaxhighlight lang="bash">
      git clone [email protected]:konversation
      git clone [email protected]:konversation
    </syntaxhighlight>}}
    </syntaxhighlight>}}
    <!--T:25-->
    After having cloned the repository, go on like this:
    After having cloned the repository, go on like this:
    <!--T:26-->
    {{Input|1=<syntaxhighlight lang="bash">
    {{Input|1=<syntaxhighlight lang="bash">
      cd konversation
      cd konversation
      mkdir build
      mkdir build
      cd build
      cd build
      cmake -DCMAKE_BUILD_TYPE=debugfull ..
      cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=<desired install location> ../
      make
      make
      sudo make install
      sudo make install
    </syntaxhighlight>}}
    </syntaxhighlight>}}
    <!--T:27-->
    If you already did the above, just do the following whenever you want to update your checkout and installation:
    If you already did the above, just do the following whenever you want to update your checkout and installation:
    <code> cd konversation; git pull; cd build; make; sudo make install </code>
    <code> cd konversation; git pull; cd build; make; sudo make install </code>
    See the links at the bottom of this page for more information on working with Git.
    See the links at the bottom of this page for more information on working with Git.


    === KDE 3 version === <!--T:14-->
    === KDE Platform v4 version (Konversation v1.2.x - v1.5.x) === <!--T:28-->
     
    <!--T:29-->
    See the [[Special:mylanguage/Konversation/KDE4_Sources|separate page]].
     
    === KDE Platform v3 (Konversation v0.7.x - v1.1.x) === <!--T:14-->


    <!--T:15-->
    <!--T:15-->
    See the </translate> [[Special:mylanguage/Konversation/KDE3_Sources|<translate><!--T:16-->
    See the [[Special:mylanguage/Konversation/KDE3_Sources|separate page]].
    separate page</translate>]].<translate>


    == Live packages == <!--T:17-->
    == Live packages == <!--T:17-->
    Line 73: Line 88:
    <!--T:18-->
    <!--T:18-->
    * ArchLinux users can use the live PKGBUILD available on the [[Special:mylanguage/Konversation/Distributions/ArchLinux|ArchLinux page]].
    * ArchLinux users can use the live PKGBUILD available on the [[Special:mylanguage/Konversation/Distributions/ArchLinux|ArchLinux page]].
    * Gentoo maintains a live ebuild for Konversation in the <tt>kde</tt> overlay.
    * Gentoo maintains a live ebuild for '''Konversation''' in the <tt>kde</tt> overlay.


    == Further reading == <!--T:19-->
    == Further reading == <!--T:19-->


    <!--T:20-->
    <!--T:20-->
    * Browse the source: [http://projects.kde.org/projects/extragear/network/konversation/repository KDE 4 version], [http://websvn.kde.org/branches/extragear/kde3/network/konversation/ KDE 3 version]
    * Browse the source: [http://projects.kde.org/projects/extragear/network/konversation/repository KDE Frameworks v5 version], [http://projects.kde.org/projects/extragear/network/konversation/repository KDE Platform v4 version], [http://websvn.kde.org/branches/extragear/kde3/network/konversation/ KDE Platform v3 version]
    * [http://git-scm.com/ Git homepage]
    * [http://git-scm.com/ Git homepage]
    * [http://techbase.kde.org/Development/Tutorials/Git KDE Git documentation]
    * [http://techbase.kde.org/Development/Tutorials/Git KDE Git documentation]

    Latest revision as of 10:44, 30 March 2017

    Other languages:


    Preface

    CAUTION!

    Be aware that beta testing is potentially dangerous to your installation. Don't install beta versions on production systems. If you are aware of the risks and that's ok for you: Keep on. Your help is appreciated. Nevertheless, especially for beta versions goes: This software comes with no warranty at all!


    • Before starting beta testing it's a good idea to make a backup of your configuration, stored in
      ~/.config/konversationrc
      and your application data, stored in
      ~/.local/share/konversation
    • If you found a bug or have a feature request, let us know by filing it in the KDE Bug Tracker.

    Current dependencies

    Build dependencies

    • CMake 2.8.12 or higher.
    • Qt v5.5.0 or higher.
    • KDE Frameworks v5.25.0 or higher.
    • Phonon4Qt5 v4.6.60 or higher.
    • Optional: Qt Cryptographic Architecture (QCA) v2.1.0 or higher for encryption support (Blowfish).

    Runtime dependencies

    • 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 Frameworks v5 version (Konversation v1.6.x and higher)

    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=debug -DCMAKE_INSTALL_PREFIX=<desired install location> ../
     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 Platform v4 version (Konversation v1.2.x - v1.5.x)

    See the separate page.

    KDE Platform v3 (Konversation v0.7.x - v1.1.x)

    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.

    Further reading