This is in the INSTALL file.
Install:
--------
Download dvdbackup version 0.1 - you will also need libdvdread version 0.9.3 or
later.
Compile dvdbackup.c in the src dir like this gcc -o dvdbackup \
-I/my/prefix/to/libdvdread/include -L/my/prefix/to/libdvdread/lib \
-ldvdread dvdbackup.c
I'm on CentOS 4.4 with libdvdread 0.9.7, and it won't build. My existing binary now has symbol lookup problems.
]$ dvdbackup -i /dev/hdd -F -o .
/usr/bin/dvdbackup: symbol lookup error: /usr/bin/dvdbackup: undefined symbol: UDFFindFile
And if I try to build 0.1.1, I get a ton of syntax errors. I think the API changed.
I'm attaching a log of my compile attempt.
compile attempt