Install Windows in the Linux Start Menu in 10 Minutes! WinBoat Hits 3.7k Stars, Office Launches Instantly

Install Windows in the Linux Start Menu in 10 Minutes! WinBoat Hits 3.7k Stars, Office Launches Instantly

Introduction: Are you still running Windows in full screen on VirtualBox just to use Office?WinBoat offers a new solution: Docker containers + FreeRDP remote application protocol, projecting Win32 applications directly as native Linux windows. In just 6 weeks, GitHub stars skyrocketed from 0 to 3.7k, with over 50 daily active issues and PRs, consistently ranking … Read more

Publishing QT Applications on ARM64 Linux

Publishing QT Applications on ARM64 Linux

Publishing QT applications on ARM64 Linux follows a process similar to that on Windows, utilizing the Linuxdeployqt tool;1. Download the packaging tool git clone https://github.com/probonopd/linuxdeployqt.git or download the source code from GitHub https://github.com/probonopd/linuxdeployqt/tree/master Download Appimagetool-aarch64.AppImage https://github.com/AppImage/AppImageKit/releases 2. Compile the packaging tool source code If QT is installed successfully, qmake will be configured by default qmake … Read more