Copyright (C) 2004 Yishin Li Requirements ============ 1. An UNIX Workstation tested platforms: PowerPC G4 with Mac OS X Pentium III with Gentoo Linux 2. libxml2, http://www.xmlsoft.org/ For gentoo linux: emerge libxml2 3. libdvdread cvs version, http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ogle/libdvdread/ libdvdread-0.9.4 might work; however, there's a bug, which will create a wrong data. For more detail, please refer to my post at: http://lists.berlios.de/pipermail/ogle-devel/2004-April/000563.html Please refer to 'doc/INSTALL-libdvdread-cvs' for installation. 4. libdvdcss, http://developers.videolan.org/libdvdcss/ For gentoo linux: emerge libdvdcss 5. dvd+rw-tools, http://fy.chalmers.se/~appro/linux/DVD+RW/ For gentoo linux: emerge dvd+rw-tools Compile ======= 1. unpack divo 'tar -jxvf divo.tar.bz2' 2. 'cd divo' 3. Make sure you have libdvdread cvs version installed. See Requirements-3. specify the path for libdvdread cvs ex: --with-dvdread=/usr/local/libdvdread set the installation path for divo as '/usr/local/divo' ./configure --with-dvdread=/usr/local/libdvdread --prefix=/usr/local/divo 4. make 5. If everything goes well, you'll get a executable file, src/gdivo. 6. 'ldd src/gdivo' Make sure that the "libdvdread.so.3" points to the one from libdvdread cvs version of "step 3". 7. 'sudo make install' 8. done