Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Dec 21, 2021
1 parent 0d99b55 commit 22e15dd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
# __hdhomeruntray__
# HDHomeRun Status Monitor

![logo](assets/appmarkdown.png)
A Windows system tray application that monitors the status of all local HDHomeRun devices in the system.

## [__USER DOCUMENTATION AND DOWNLOADS__](https://github.com/djp952/hdhomeruntray/wiki)

Copyright (C)2021 Michael G. Brehm
[MIT LICENSE](https://opensource.org/licenses/MIT)

[__JSON.NET__](https://www.newtonsoft.com/json) - Copyright (C)2007 Newtonsoft
[__LIBHDHOMERUN__](https://github.com/Silicondust/libhdhomerun) - Copyright (C)2005-2018 Silicondust USA Inc
[__JSON.NET__](https://www.newtonsoft.com/json) - Copyright (c) 2007 James Newton-King

## BUILD ENVIRONMENT
**REQUIRED COMPONENTS**
* Visual Studio 2019 (.NET Framework 4.6.2 Targeting Pack, Windows 10 SDK, C++/CLI tools required)
* Wix Toolset Build Tools v3.11.2 (https://wixtoolset.org/releases/)
* Wix Toolset Visual Studio 2019 Extension (https://wixtoolset.org/releases/)

## BUILD
**INITIALIZE SOURCE TREE AND DEPENDENCIES**
* Open "Developer Command Prompt for VS2019"
```
git clone https://github.com/djp952/hdhomeruntray
cd hdhomeruntray
git submodule update --init
```

**BUILD TARGET PACKAGE(S)**
* Open "Developer Command Prompt for VS2019"
```
cd hdhomeruntray
msbuild msbuild.proj
```

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

## ADDITIONAL LICENSE INFORMATION

Expand Down
Binary file added assets/appmarkdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22e15dd

Please sign in to comment.