Konversation/KDE3 Sources/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Qt v3.3. * kdelibs з KDE 3.4 або 3.5. * ''Додатково:'' aRts з KDE 3.4 або 3.5 для підтримки звуку. * ''Додатково:'' libxscreensave...")
(Created page with "<!--}}-->{{Warning_(uk)|1=Наведених нижче настанов стосується всі попередження")
Line 2: Line 2:
== Передмова ==
== Передмова ==


{{Warning|1=All of the warnings in the [[Special:mylanguage/Konversation/Sources#Preface|передмови]]  до [[Special:mylanguage/Konversation/Sources|основних настанов зі збирання]] apply.}}<!--{{-->
<!--}}-->{{Warning_(uk)|1=Наведених нижче настанов стосується всі попередження [[Special:mylanguage/Konversation/Sources#Preface|передмови]]  до [[Special:mylanguage/Konversation/Sources|основних настанов зі збирання]] apply.}}<!--{{-->


== Залежності ==
== Залежності ==

Revision as of 09:26, 26 July 2011

Other languages:

Передмова

Попередження

Наведених нижче настанов стосується всі попередження передмови до основних настанов зі збирання apply.


Залежності

  • Qt v3.3.
  • kdelibs з KDE 3.4 або 3.5.
  • Додатково: aRts з KDE 3.4 або 3.5 для підтримки звуку.
  • Додатково: libxscreensaver для повної підтримки автоматичного визначення стану відсутності.

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