diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-08-02 12:32:30 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-08-02 12:32:30 +0000 |
commit | 31f4b6b35a8f861e5e6260f7b81bd9b45165bf4a (patch) | |
tree | 6328a67e8d08f1bfbfec60fc7085ac9e5a9f8482 | |
parent | 5aa193f389ee405abf2b3f1aa80ef6fe7f0dcf74 (diff) | |
download | xine-lib-31f4b6b35a8f861e5e6260f7b81bd9b45165bf4a.tar.gz xine-lib-31f4b6b35a8f861e5e6260f7b81bd9b45165bf4a.tar.bz2 |
configure needs to be run so that the Makefile actually exists
CVS patchset: 6869
CVS date: 2004/08/02 12:32:30
-rw-r--r-- | doc/README.network_dvd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.network_dvd b/doc/README.network_dvd index 144267440..9d6474211 100644 --- a/doc/README.network_dvd +++ b/doc/README.network_dvd @@ -42,6 +42,9 @@ installation for audio cds xine-lib/misc$ make cdda_server gcc -W -Wall -g -o cdda_server cdda_server.c -ldl + Your xine-lib source tree needs to be configured for that, so please + run ./configure in the toplevel sourcedir on a fresh tree. + - start cdda_server at the machine that has the cdrom drive: xine-lib/misc$ ./cdda_server /dev/cdrom 3000 @@ -135,4 +138,4 @@ dvd commands: --- version of this file: - $Id: README.network_dvd,v 1.1 2003/05/07 18:45:01 miguelfreitas Exp $ + $Id: README.network_dvd,v 1.2 2004/08/02 12:32:30 mroi Exp $ |