These instructions may or may not be up-to-date.

Check the LividWiki for our collaborative documentation.

http://www.linuxvideo.org/docs/wiki/


CVS:
====

	for a standard build do the following in libcss, oms, and omi dirs:
	-------------------------------------------------------------------
	./bootstrap
	./configure
	make
	make install

	for more debug output from OMS you can try:
	-------------------------------------------
	./bootstrap
	./configure --enable-devel
	make
	make install

	you can also do "make intall-strip" to shrink the binaries a bit


NON-CVS:
========

	do the same as above but skip the "./bootstrap" step


Options
=======

./configure --help
will give you a list of options you may or may not need.

Using OMS:
==========

cp doc/config.sample ~/.oms/config
	read the comments and adjust it to match your setup
Run oms_shell for a very simple dvd player.
Run omi_gtk for a GUI-based player.
