~dvdbackup-dev/dvdbackup/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
You need GNU autotools and GNU gettext on your system. To build the system you
have to run

autopoint
autoreconf --install

first. Then you can run:

./configure
make
make install

or if you want to create an source package:

./configure
make dist