forked from cmyth/cmyth
-
Notifications
You must be signed in to change notification settings - Fork 1
cmyth MythTV library and sample applications
License
dteirney/cmyth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C 99.9%
- Shell 0.1%