You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ The above packages are maintained by the application maintainer. However, there
99
99
100
100
Prerequisites:
101
101
102
+
- Installed [Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version)
@@ -107,7 +108,7 @@ Installation package is available via GitHub [Releases](https://github.com/foldy
107
108
108
109
### MacOS
109
110
110
-
Official support ended. Only for developers.
111
+
MacOS DMG: https://github.com/aa5sh/QLog/releases
111
112
112
113
## Compilation
113
114
@@ -131,6 +132,8 @@ Prerequisites
131
132
-`PTHREADLIBPATH` - the path to pthread Library - needed for Windows Hamlib 4.5 and later. Leave empty if system libraries should be used.
132
133
-`QTKEYCHAININCLUDEPATH` - the path to QtKeyChain Includes
133
134
-`QTKEYCHAINLIBPATH`- the path to QtKeyChain Library
135
+
-`ZLIBINCLUDEPATH` - the path to ZLIB Includes
136
+
-`ZLIBLIBPATH` - the path to ZLIB Library
134
137
135
138
Leave variables empty if system libraries and Hamlib version autodetect (calling `pkg-config`) should be used during compilation (for Windows, the parameter must be present)
0 commit comments