videoconverter,magicvid,burn dvd,freecat software          ,video,vcd
 
  Docs- install
HOMEDOCSSCREENSHOTSDOWNLOADSLINKSCONTACT USdocs readmedocs directions
Img7.png

 


Basic Installation
==================

  
The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code

  2. Type `make' to compile the package.

  3. 'su' to root and type 'make install'

  4.  create a desktop link wit the supplied magicvidicon.png


=====================

 
Compiling For Multiple Architectures
====================================

   You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory.  To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'.  `cd' to the
directory where you want the object files and executables to go and run
the `configure' script.  `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.

   If you have to use a `make' that does not supports the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory.  After you have installed the package for
one architecture, use `make distclean' before reconfiguring for another
architecture.

Installation Names
==================

   By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. 


Optional Features
=================