Comment 7 for bug 859108

Revision history for this message
Raffaella Traniello (raffaella-traniello) wrote :

Thanks Dan!

I'll add some info for reference:

Browse the dvgrab SVN repo at: http://kino.svn.sourceforge.net/viewvc/kino/trunk/dvgrab/
At the bottom of that page you can find a "Download GNU tarball" link. To use the source code you have to extract the folder from the archive first.

Alternatively, to download the dvgrab source code from a terminal, type:
    svn co https://kino.svn.sourceforge.net/svnroot/kino/trunk/dvgrab dvgrab

To compile dvgrab from source, copy and paste the following terminal commands, one a the time:

   cd dvgrab
   ./configure
   make
   make install