Jump to content

Konversation/KDE3 Sources/da: Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
Importing a new version from external source
Claus chr (talk | contribs)
Importing a new version from external source
Line 14: Line 14:
* ''Eventuelt:'' libxscreensaver for fuld understøttelse af "auto-away".
* ''Eventuelt:'' libxscreensaver for fuld understøttelse af "auto-away".


== Manual checkout and update ==
== Manuel udtjekning og opdatering ==


To install latest '''Konversation''' from SVN just execute following commands:
To install latest '''Konversation''' from SVN just execute following commands:

Revision as of 20:25, 4 August 2011

Forord

Advarsel

Alle advarslerne i forordet til instruktionerne til bygning af hovedversionen gælder også her.


Afhængigheder =

  • Qt v3.3.
  • kdelibs fra KDE v3.4 eller v3.5.
  • Eventuelt: aRts fra KDE v3.4 eller v3.5 til understøttelse af lyd.
  • Eventuelt: libxscreensaver for fuld understøttelse af "auto-away".

Manuel udtjekning og opdatering

To install latest Konversation from SVN just execute following commands:

'"`UNIQ--syntaxhighlight-00000001-QINU`"'

If you already did the above, just do the following whenever you want to update your checkout and installation: cd extragear-network/konversation; svn up; cd build; make; sudo make install

See the links in the next section for more information on working with Subversion.

Further reading