alexbatalov / fallout2-re

Reverse engineered Fallout 2
Other
321 stars 34 forks source link

How to compile the code? #124

Open Mulligan81 opened 11 months ago

Mulligan81 commented 11 months ago

As in the title is it possible to compile the code and produce runnable fallout2.exe? If so what compiler and options i have to use? Thx:-)

1vanK commented 2 months ago

1) Install cmake 2) Clone repo to fallout2-re folder 3) Command

cmake fallout2-re -B build_vs -G "Visual Studio 17" -A Win32

generates VisualStudio projects in build_vs folder