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
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Proposed deletion|reason=This page is outdated and should be archived}}
<languages />
<languages />
<translate>
<translate>
== Preface ==
== Preface == <!--T:1-->


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.
<!--T:2-->
{{Warning|1=All of the warnings in the [[Special:mylanguage/Konversation/Sources#Preface|preface]] of the [[Special:mylanguage/Konversation/Sources|main build instructions]]
apply.}}


== Manual checkout and update ==
== Dependencies == <!--T:7-->


* Build dependencies:
<!--T:8-->
<pre>
* Qt v3.3.
* 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
</pre>
* 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
<!--T:20-->
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin extragear-network/admin
* kdelibs from KDE v3.4 or v3.5.
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:
<!--T:21-->
cd extragear-network/konversation; svn up; cd build; make; sudo make install
* ''Optional:'' aRts from KDE v3.4 or v3.5 for sound support.


See the links in the next section for more information on working with Subversion.
<!--T:22-->
* ''Optional:'' libxscreensaver for full auto-away support.


== Further reading ==
== Manual checkout and update == <!--T:9-->


<!--T:10-->
To install latest '''Konversation''' from SVN just execute following commands:
<!--T:11-->
{{Input|<syntaxhighlight lang="php" line>
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
</syntaxhighlight>}}
<!--T:12-->
If you already did the above, just do the following whenever you want to update your checkout and installation:
<code>cd extragear-network/konversation; svn up; cd build; make; sudo make install</code>
<!--T:13-->
See the links in the next section for more information on working with '''Subversion'''.
== Further reading == <!--T:14-->
<!--T:15-->
* [http://websvn.kde.org/branches/extragear/kde3/network/konversation/ Browse the source]
* [http://websvn.kde.org/branches/extragear/kde3/network/konversation/ Browse the source]


<!--T:16-->
* [http://subversion.tigris.org/SVN SVN homepage]
* [http://subversion.tigris.org/SVN SVN homepage]


<!--T:17-->
* [http://svnbook.red-bean.com/ Version Control with Subversion: The Book]
* [http://svnbook.red-bean.com/ Version Control with Subversion: The Book]


<!--T:18-->
* [http://developer.berlios.de/docman/display_doc.php?docid=394&group_id=2 SVN How-to from BerliOS]
* [http://developer.berlios.de/docman/display_doc.php?docid=394&group_id=2 SVN How-to from BerliOS]
<!--T:19-->
[[Category:Internet]]
[[Category:Advanced Users]]
[[Category:KDE3]] <!-- Do not translate this! -->
</translate>
</translate>
[[Category:Advanced Users]]

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