mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 05:23:27 -07:00
Update README.md
This commit is contained in:
parent
8b8d3d7e5e
commit
f877e4b226
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2005-2022 Silicondust USA Inc. <www.silicondust.com>.
|
||||
Copyright © 2005-2022 Silicondust USA Inc. <www.silicondust.com>.
|
||||
|
||||
This library implements the libhdhomerun protocol for use with Silicondust HDHomeRun TV tuners.
|
||||
|
||||
|
@ -10,3 +10,15 @@ The top level API is hdhomerun_device - see hdhomerun_device.h for documentation
|
|||
Additional libraries required:
|
||||
- pthread (osx, linux, bsd)
|
||||
- iphlpapi (windows)
|
||||
|
||||
# Compile Instructions
|
||||
|
||||
## Linux/BSD
|
||||
* run `make`
|
||||
|
||||
## Windows
|
||||
* Create a new Visual Studio project (empty C++)
|
||||
* Include all the .c and .h files, except `hdhomerun_os_posix.h`, `hdhomerun_os_posix.c`, `hdhomerun_sock_getifaddrs.c`, `hdhomerun_sock_netdevice.c`, `hdhomerun_sock_netlink.c` & `hdhomerun_sock_posix.c`
|
||||
* On the project properties page under C/C++ advanced, change the Compile As type to C, click apply and then change it back to C++ – this is a workaround for a bug in MSVC++.
|
||||
* Under the Linker input, add `Bcrypt.lib`, `Ws2_32.lib`, `iphlpapi.lib` as Additional Dependencies.
|
||||
* Build using Visual Studio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue