Previous Next Table of Contents

2. Installation

2.1 How to obtain KVideoGen

KVideoGen is an application of the KDE project http://www.kde.org. KVideoGen can be found at ftp://ftp.kde.org/pub/kde/, the main ftp site of the KDE project.

2.2 Requirements

In order to successfully compile KVideoGen, you need KDE version 1.0 libraries and Qt version 1.40. KDE libraries can be found at ftp://ftp.kde.org/pub/kde/. Qt can be found at ftp://ftp.troll.no.

2.3 Compilation and installation

In order to compile and install KVideoGen on your system, type the following in the base directory of the KVideoGen distribution:

 
$ ./configure 
$ make 
$ su root -c 'make install' 


Previous Next Table of Contents