Skip to content
/ cmyth Public
forked from cmyth/cmyth

cmyth MythTV library and sample applications

License

Notifications You must be signed in to change notification settings

dteirney/cmyth

This branch is 1 commit ahead of, 13 commits behind cmyth/cmyth:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e712da · Aug 5, 2013
Jan 6, 2013
Aug 5, 2013
Jun 18, 2013
Jan 27, 2013
May 20, 2012
Jun 2, 2013
May 24, 2012
Feb 16, 2012
Jun 2, 2013
Oct 21, 2009
May 24, 2012
Feb 27, 2013

Repository files navigation

libcmyth is a library implemented in C that allows you to communicate
with a MythTV backend.

The build is controlled with scons, and there are several build targets
available (the default target will just build the code):

	cscope		- build a cscope database
	doxygen		- build doxygen documentation
	all		- build the code, cscope, and doxygen
	install		- build and install the code

To build a target:

	$ scons <target>

To cleanup a target:

	$ scons -c <target>

To specify an install prefix:

	$ PREFIX=<path> scons install

To specify a compiler other than gcc:

	$ CC=<compiler> scons
	$ CROSS=<cross compiler prefix> scons

About

cmyth MythTV library and sample applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Shell 0.1%