From 275edf08c6440fc8109b348a33e165f99c0c1a1d Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 9 Nov 2002 22:00:34 +0000 Subject: Added instructions for building xine-lib from CVS. The xine-lib/README points to this directory. This file was a copy of xine-lib/README. This was silly. CVS patchset: 3212 CVS date: 2002/11/09 22:00:34 --- doc/README | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/README b/doc/README index 0a8f8fda6..437ef5540 100644 --- a/doc/README +++ b/doc/README @@ -5,8 +5,28 @@ a free video player +--------------- +Build from CVS +--------------- + 1). Run autogen.sh: ./autogen.sh (this will configure xine-lib to install + to /usr/local/lib). You can change this location and other flags. + Look at ./configure --help for more options. + + 2). Configure xine-lib running "./configure " if + necessary. + + 3). Run "make" to start building an optimized version. + + OR + + Run "make debug" to start building a debug version. + + 4) Run "make install" to install xine-lib to the desired directory. + If nothing was done this directory should be /usr/local/lib. + + 5) Ensure that the desired directory path, e.g. /usr/local/lib, is + in ld.so.conf. If not enter it and re-run ldconfig: + + ldconfig -v -this directory contains technical documentation and stuff of interest -for developers. please see the directory "doc/" in the package -xine-ui for end-user documentation. -- cgit v1.2.3