diff --git a/README.md b/README.md index 36dc6d6..d779cff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Features - Configurable zoom. - View teletext pages in 4:3, 16:9 pillar-box and 16:9 stretch aspect ratios. -Although designed on and developed for Linux, the Qt 5 libraries are cross platform so hopefully it should be compilable on Windows. And maybe MacOS as well. +Although designed on and developed for Linux, the Qt 5 libraries are cross platform so a Windows executable can be built. A Windows executable can be found within the "Releases" link, compiled on a Linux host using [MXE](https://github.com/mxe/mxe) based on [these instructions](https://blog.8bitbuddhism.com/2018/08/22/cross-compiling-windows-applications-with-mxe/). After MXE is installed `make qtbase` will be enough to build QTeletextMaker. ## Building ### Linux diff --git a/mainwindow.cpp b/mainwindow.cpp index db19c1b..c706a1b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -134,7 +134,7 @@ void MainWindow::about() { QMessageBox::about(this, tr("About QTeletextMaker"), tr("QTeletextMaker
" "An open source Level 2.5 teletext page editor.
" - "Pre-alpha version

" + "Version 0.1-alpha

" "Copyright (C) 2020, 2021 Gavin MacGregor

" "Released under the GNU General Public License version 3
" "https://github.com/gkthemac/qteletextmaker"));