GitXplorerGitXplorer
r

libhdhomerun

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
58e25395fb7997a22abd1e561c57a7b06f1776b4

Update libtool version-info.

rrymitch committed 10 years ago
Unverified
1cb291edad83cba1faa2dc6e346f592e65556b70

Update version.

rrymitch committed 10 years ago
Unverified
ae44e2f02701915b77d18a4fcbe939080f5f21d1

Update NEWS file.

rrymitch committed 10 years ago
Unverified
885e06295a8ff47c528a9a309679ff7f052e3b2c

Merge vendor into master.

rrymitch committed 10 years ago
Unverified
7f878b828968d8cdb54454e01c25610a9740410a

Release 20150406.

rrymitch committed 10 years ago
Unverified
dd301e08eebf8fb84c3fa515ea26b23ec59ddba5

Enable linux builds.

rrymitch committed 10 years ago

README

The README file for this repository.

libhdhomerun

This is the development library for the SiliconDust HD HomeRun.

The code can be directly cloned from Git:

git clone https://github.com/rymitch/libhdhomerun.git
cd libhdhomerun
./autogen.sh

Note that GNU Autoconf >=2.63, Automake >=1.11 and Libtool >=2.2.6 are required when building from a Git clone.

To build the library:

./configure
make
make install

Branches

The vendor branch tracks the original, unmodified source code releases from https://www.silicondust.com/support/downloads/.

The master branch extends the vendor branch to include an autotools wrapper and minor changes to support the autotools build.