You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to achieve the port, I would follow these steps:
Install Virtualbox
Install Ubuntu Desktop 18.04 from their website, at least 20GB disk drive
2.1 learn a bit a bout bash and how to use nautilus
2.2 get comfortable with using the linux thing, by using it for recreational purposes first.
Install gcc (build-essential)
possibly install lua-devel?
try to build program by creating a cmake file
see all the things the compiler doesn't like, and add #idfefs around it
setup a cron job so on every commit, there is a "git pull" && "build" so we can test in the future
if future changes break the build (continuous integration)
maybe install a C++ IDE to help with the port (I hear KDevelop is nice, it has rainbow coloring and everything, or maybe netbeans?)
after skimming through the code instructions, I noticed there are no instructions on how to build for linux, does this program support linux?
The text was updated successfully, but these errors were encountered: