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
I'd like to build the base game on Linux (to run in Wine). Any tips on how to get started? I tried the obvious thing of going into data/source_dump and running g++ -o rr source.c, but I just get a ton of errors about undefined types.
(okay obviously I'm not going to get a .exe out of g++, but before I even get that far I need to figure out which files to even compile)
The text was updated successfully, but these errors were encountered:
I'd like to build the base game on Linux (to run in Wine). Any tips on how to get started? I tried the obvious thing of going into
data/source_dump
and runningg++ -o rr source.c
, but I just get a ton of errors about undefined types.(okay obviously I'm not going to get a
.exe
out of g++, but before I even get that far I need to figure out which files to even compile)The text was updated successfully, but these errors were encountered: