QT on WSL2: reMarkable coding on Windows
A little guide on how to get the QT creator GUI running on Windows WSL2. In this case we set up a development environment to create applications for the reMarkable tablet.…
A little guide on how to get the QT creator GUI running on Windows WSL2. In this case we set up a development environment to create applications for the reMarkable tablet.…
As WSL currently does not have official systemd support (although in the future that might come) I stumbled across an interesting GitHub project by [email protected] which takes the usual systemctl commands and replaces them with a bash script.…
If you are developing different software that was built on different machines or Linux distros you might have come across the issue that - especially out-of-date - code might only work with a specific distro. To counter that and other stuff Windows has, fortunately, build the Windows Subsystem for Linux…