I'm trying to set up my two 3.5 inch Aida displays that have been sitting unused since I installed Linux Mint on my laptop. I found a tutorial online, but I'm having trouble understanding it as I'm pretty new to this. When I try to run 'make' or 'make install' in the terminal, I get some kind of error and I'm stuck. A video tutorial would really help me out. Thanks! Also, I've included a screenshot of the error I encounter after running './configure'.
1 Answer
It sounds like you're running into some dependency issues. Before executing 'make' or 'make install', make sure you've installed all the necessary packages for building from source. You might want to check if you have build essentials like 'gcc' and 'make' installed. Also, when you type those commands, ensure you're using lowercase exactly as 'make install' instead of 'Make Install'.

What kind of error are you getting? If you can paste the error message here, it’ll be easier for someone to help you figure it out!