Hi,
I'm new here and would like to contribute to the source code, but i'm having trouble compiling atlas project on Windows.
I've downloaded wxWidgets 3.0.5 and followed README instructions located in libraries/win32/wxwidgets directory.
However i'm encoutering following errors:
Severity Code Description Project File Line Suppression State Details
Error LNK1181 cannot open input file 'C:\Users\Filip\dev\0ad\binaries\system\AtlasUI.lib' ActorEditor C:\Users\Filip\dev\0ad\build\workspaces\vs2022\LINK 1
Severity Code Description Project File Line Suppression State Details
Error C1083 Cannot open include file: '../../../lib/ vc_lib / mswu /wx/setup.h': No such file or directory AtlasUI C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\include\msvc\wx\setup.h 125
The setup.h does exist in my project at: C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\lib\vc_lib\mswu\wx
Could someone provide guidance on a working folder layout and Visual Studio configuration for AtlasUI, or step-by-step instructions to get it to compile?
I'd really appreciate any help.
Thank You!