Konversation/Kildekode

    From KDE UserBase Wiki
    Revision as of 07:31, 6 August 2011 by Claus chr (talk | contribs) (Importing a new version from external source)
    Other languages:


    Forord

    Advarsel

    Vær opmærksom på, at det kan være fraligt for din installation at betateste. Installér ikke betaversioner på systemer, som bruges til almindeligt arbejde. Hvis du forstår risikoen og kan acceptere den, så fortsæt blot. Din hjælp vil blive værdsat. Ikke desto mindre, og særligt for betaversioner: Denne software leveres med absolut ingen garantier!


    • Før du begynder med betatestning, er det en god ide at lave en backup af din konfiguration, gemt i
      ~/.kde/share/config/konversationrc
      og dine programdata, gemt i
      ~/.kde/share/apps/konversation
    • Hvis du fandt en fejl eller efterspørger en funktion, så fortæl os det i KDE Bug Tracker.
    • Du kan også komme i kontakt med os på IRC eller via postlisten.

    Aktuelle afhængigheder

    Afhængigheder for bygning

    • Qt v4.6.0 eller højere.
    • kdelibs fra KDE Platform v4.4.3 eller højere.
    • kdepimlibs fra KDE Platform v4.4.0 eller højere.
    • Phonon fra KDE Platform v4.4.0 eller højere.
    • Eventuelt: Qt Cryptographic Architecture (QCA) v2.0.0 eller højere til understøttelse af kryptering (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.

    Further reading