Konversation/KDE3 Sources: Difference between revisions

From KDE UserBase Wiki
m (fix brackets)
(added KDE3 category)
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


<!--T:2-->
<!--T:2-->
<!--}}-->{{Warning|1=All of the warnings in the </translate>[[Special:mylanguage/Konversation/Sources#Preface|<translate><!--T:3-->
{{Warning|1=All of the warnings in the [[Special:mylanguage/Konversation/Sources#Preface|preface]] of the [[Special:mylanguage/Konversation/Sources|main build instructions]]
preface</translate>]]<translate> <!--T:4-->
apply.}}
of the </translate>[[Special:mylanguage/Konversation/Sources|<translate><!--T:5-->
main build instructions</translate>]]<translate> <!--T:6-->
apply.}}<!--{{-->


== Dependencies == <!--T:7-->
== Dependencies == <!--T:7-->
Line 14: Line 11:
<!--T:8-->
<!--T:8-->
* Qt v3.3.
* Qt v3.3.
<!--T:20-->
* kdelibs from KDE v3.4 or v3.5.
* kdelibs from KDE v3.4 or v3.5.
<!--T:21-->
* ''Optional:'' aRts from KDE v3.4 or v3.5 for sound support.
* ''Optional:'' aRts from KDE v3.4 or v3.5 for sound support.
<!--T:22-->
* ''Optional:'' libxscreensaver for full auto-away support.
* ''Optional:'' libxscreensaver for full auto-away support.


Line 59: Line 62:
[[Category:Internet]]
[[Category:Internet]]
[[Category:Advanced Users]]
[[Category:Advanced Users]]
[[Category:KDE3]] <!-- Do not translate this! -->
</translate>
</translate>

Revision as of 07:39, 25 August 2012

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