Skip to content

Commit ee55561

Browse files
committed
Fix docs
1 parent 7cbe8d1 commit ee55561

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

INSTALL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Build with __Qt5__ and __WebKit__ using __Qmake__
176176

177177
qmake -recursive CONFIG+=release USE_GETTEXT=1 ../
178178
make
179+
make i18n
179180

180181
Build with __Qt5__ and __WebEngine__ using __CMake__
181182

@@ -186,6 +187,7 @@ Build with __Qt5__ and __WebEngine__ using __Qmake__
186187

187188
qmake -recursive CONFIG+=release USE_GETTEXT=1 USE_WEBENGINE=1 ../
188189
make
190+
make i18n
189191

190192
Build with __Qt6__ and __WebEngine__ using __CMake__
191193

@@ -196,6 +198,7 @@ Build with __Qt6__ and __WebEngine__ using __Qmake__
196198

197199
qmake6 -recursive CONFIG+=release USE_GETTEXT=1 USE_WEBENGINE=1 ../
198200
make
201+
make i18n
199202

200203

201204
Creating a packages and an installers

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2025-12-21 v8.
1+
## 2025-12-21 v8.5
22

33
* Removed KDE support.
44
* Added hidpi support.

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,16 @@ Getting uChmViewer
6161
Binary builds for Debian, Ubuntu, Fedora and Windows are available on the
6262
[release page](https://github.com/eBookProjects/uChmViewer/releases/latest).You
6363
can also build the application yourself by following the
64-
[build instructions](INSTALL.md). In addition, thanks to Андрей Алыпов (AndnoVember),
65-
[RPM packages](https://build.opensuse.org/package/show/home:AndnoVember:LXQt:Qt6/uchmviewer)
66-
for OpenSuse are available.
64+
[build instructions](INSTALL.md).
65+
66+
In addition, third-party builds are available:
67+
68+
- For
69+
[OpenSuse](https://build.opensuse.org/package/show/home:AndnoVember:LXQt:Qt6/uchmviewer),
70+
thanks to Андрей Алыпов (AndnoVember).
71+
- For
72+
[Fedora and EPEL](https://copr.fedorainfracloud.org/coprs/nucleo/uchmviewer),
73+
thanks to nucleo.
6774

6875
[![Packaging status](https://repology.org/badge/vertical-allrepos/uchmviewer.svg)](https://repology.org/project/uchmviewer/versions)
6976

@@ -101,6 +108,6 @@ License
101108
uChmViewer is distributed under GNU GPL license version 3. You can get the
102109
source code at the following sites:
103110

104-
- [GitHub](https://github.com/GCodeProjects/uChmViewer)
111+
- [GitHub](https://github.com/eBookProjects/uChmViewer)
105112
- [GitFlic](https://gitflic.ru/project/u-235/uchmviewer)
106113
- [Codeberg](https://codeberg.org/u-235/uChmViewer)

0 commit comments

Comments
 (0)