Konversation/KDE3 Sources: Difference between revisions

From KDE UserBase Wiki
(Created page with "<languages /> <translate> == Preface == All of the warnings in the </translate><translate>preface</translate><translate> of t...")
 
No edit summary
Line 5: Line 5:
All of the warnings in the </translate>[[Special:mylanguage/Konversation/Sources#preface|<translate>preface</translate>]]<translate> of the </translate>[[Special:mylanguage/Konversation/Sources|<translate>main build instructions</translate>]]<translate> apply.
All of the warnings in the </translate>[[Special:mylanguage/Konversation/Sources#preface|<translate>preface</translate>]]<translate> of the </translate>[[Special:mylanguage/Konversation/Sources|<translate>main build instructions</translate>]]<translate> apply.


== Manual checkout and update ==
== Dependencies ==


* Build dependencies:
<pre>
* Qt v3.3
* Qt v3.3
* kdelibs from KDE v3.4 or v3.5
* kdelibs from KDE v3.4 or v3.5
* Optional: aRTs from KDE v3.4 or v3.5 for sound support
* Optional: aRTs from KDE v3.4 or v3.5 for sound support
* Optional: libxscreensaver for full auto-away support
* Optional: libxscreensaver for full auto-away support
</pre>
 
== Manual checkout and update ==
 
* To install latest Konversation from SVN just execute following commands:
* To install latest Konversation from SVN just execute following commands:



Revision as of 19:43, 24 July 2011

Other languages:

Preface

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