BlindMindStudios / StarRuler2-Source

4X Space Strategy game Star Ruler 2's open source distribution.
http://starruler2.com
Other
1.45k stars 244 forks source link

added easier linux builds using vagrant #30

Closed headprogrammingczar closed 5 years ago

headprogrammingczar commented 5 years ago

Some distros don't package recent enough versions of dependencies to build this without a lot of manual work. Fedora happens to have all the right dependencies though, and the game still works if you copy it off the VM to another computer.

To test that it works, run the make command inside the VM, then copy the directory back out to your host box and run the game.

ethchest commented 5 years ago

But then you need to have vagrant installed and running...

ThyReaper commented 5 years ago

I'm not comfortable with adding that vagrantfile to the main repo. I'd recommend shipping it as a separate project that others could rely on.