C++ Applications
I want to create a 2D application in C++ similar to the applications you can create using the pygame module in python.
In my Ubuntu 18.04 machine, I was able to create one by installing the "QT Software Development Framework." However, I was unable to install this Framework with the "apt-get" command inside the Replit shell. Does Replit disable the use of the "apt-get" command within its shell?
If so, does Replit have its own package manager for installing software?
Otherwise, what other options do I have?
Voters
Yes, the workaround is called Nix and it can be used to install pretty much anything. Looks like qt4 is supported