Skip to content

djp952/hdhomeruntray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDHomeRun Status Monitor

logo
A Windows system tray application that monitors the status of all local HDHomeRun devices in the system.

Copyright (C)2021-2022 Michael G. Brehm
MIT LICENSE

LIBHDHOMERUN - Copyright (C)2005-2018 Silicondust USA Inc
JSON.NET - Copyright (c) 2007 James Newton-King

BUILD ENVIRONMENT

REQUIRED COMPONENTS

BUILD

INITIALIZE SOURCE TREE AND DEPENDENCIES

  • Open "Developer Command Prompt for VS2022"
git clone https://github.com/djp952/hdhomeruntray
cd hdhomeruntray
git submodule update --init

BUILD TARGET PACKAGE(S)

  • Open "Developer Command Prompt for VS2022"
cd hdhomeruntray
msbuild msbuild.proj

Output .MSI installer package(s) will be generated in the out folder.

ADDITIONAL LICENSE INFORMATION

LIBHDHOMERUN
https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic
This library statically links with code licensed under the GNU Lesser Public License, v2.1 (LGPL 2.1). As per the terms of that license, the maintainer (djp952) must provide the library in an object (or source) format and allow the user to modify and relink against a different version(s) of the LGPL 2.1 libraries. To use a different or custom version of libhdhomerun the user may alter the contents of the depends/libhdhomerun source directory prior to building this library.