Konversation/KDE3 Sources: Difference between revisions

From KDE UserBase Wiki
(added KDE3 category)
No edit summary
 
Line 1: Line 1:
{{Proposed deletion|reason=This page is outdated and should be archived}}
<languages />
<languages />
<translate>
<translate>

Latest revision as of 07:40, 27 February 2024

Proposed for Deletion

This page has been proposed for deletion for the following reason:

This page is outdated and should be archived

Please use the discussion section of this page to voice your opinion on this.
Other languages:

Preface

Warning

All of the warnings in the preface of the main build instructions apply.


Dependencies

  • Qt v3.3.
  • kdelibs from KDE v3.4 or v3.5.
  • Optional: aRts from KDE v3.4 or v3.5 for sound support.
  • Optional: libxscreensaver for full auto-away support.

Manual checkout and update

To install latest Konversation from SVN just execute following commands:

svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/network extragear-network
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin extragear-network/admin
cd extragear-network
svn up konversation
make -f Makefile.cvs
./configure --enable-debug=full
make
sudo make install

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