[CS-FSLUG] Software to edit video

Davo Smith christiansource at davosmith.co.uk
Sun Oct 5 13:44:00 CDT 2008


>> Compiling it from source might be an option, but that might take some
>> doing. I've done it once, but it requires a bunch of libraries to be
>> installed.
>
> I have never learned how to do this so I don't attempt it.  I am
> familiar with the procedures for compiling "C" and its derivatives but
> have never tried any Linux programs.

Usually there is a 'README' or 'INSTALL' file in the folder, once you
have downloaded and extracted all the files.

Often, the instructions consist of opening up a command prompt, going
into the folder and typing:
./configure
make
sudo make install

(If the first line gives an error, usually the next step is to do sudo
apt-get install (name of missing package)-dev
You may well also need a sudo apt-get install build-essentials at the start).

Hope that's of help to someone out there,

Davo




More information about the Christiansource mailing list