nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.13k stars 173 forks source link

Something with libraries #233

Closed qveezzx closed 1 year ago

qveezzx commented 1 year ago

PS C:.........\source-engine-master> ./waf configure -T release Active code page: 1252 Using python Setting top to : C:\Users\Oliwier\Desktop\mw2\source-engine-master Setting out to : C:\Users\Oliwier\Desktop\mw2\source-engine-master\build Build type : release LTO build : no PolyOpt build : no Checking for 'msvc' (C compiler) : C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX86\x86\CL.exe Target OS : win32 Target CPU : x86 Target binfmt : pe Checking for 'msvc' (C++ compiler) : C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\bin\HostX86\x86\CL.exe Target OS : win32 Target CPU : x86 Target binfmt : pe Checking for program 'git' : C:\Program Files\Git\cmd\git.exe Checking git hash : v1.2.13-dirty WARNING: will build engine for 32-bit target Checking if 'msvc' can target 32-bit : yes Checking for library libz : not found The configuration failed (complete log in C:.........\source-engine-master\build\config.log)

nillerusr commented 1 year ago

use git clone --recursive, don't download repo as zip, bruh

stephen-cusi commented 1 year ago

git submodule init&&git submodule update