Having been impressed with Zorin, I have switched almost all the Win11 computers in my house to Zorin. I have everything working except for one little thing...
I managed to install the Windows version in Zorin on one of my test computers, but that isn't ideal. It would be nice to use the Linux version.
There are two Apple II emulators listed in Software, microm8 and xkegs, but the installation fails for both. It would be nice to see the Linux version of AppleWin listed in Software.
I kinda want to figure this out myself, but I don't know where to start. Can anyone suggest a resource which would help guide a new user through the process of installing software in Linux? Everything I find online has been helpful, but it always seems like there's a preamble I have missed which would fill in the gaps.
First you want to install build-essential which contain the most common tools for compiling. When compiling you need (in most cases) to install the -dev version of the required libs that is shown in the requirement list.
Use the command apt search to find the libs.
eg. apt search build-essential
to install one of the libs sudo apt install [insert lib or tool]