summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-11-09 22:00:34 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-11-09 22:00:34 +0000
commit275edf08c6440fc8109b348a33e165f99c0c1a1d (patch)
treeaa9e5191d1c417db08659320337f42f553b7d3b9 /doc
parent275ab431c2886bdc92f05e114882f4d0082e1924 (diff)
downloadxine-lib-275edf08c6440fc8109b348a33e165f99c0c1a1d.tar.gz
xine-lib-275edf08c6440fc8109b348a33e165f99c0c1a1d.tar.bz2
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
Diffstat (limited to 'doc')
-rw-r--r--doc/README26
1 files changed, 23 insertions, 3 deletions
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 <configure flags>" 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.