File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ defined by XRAY_16X_LIBS environment variable. It can be set with following comm
77 $ setx XRAY_16X_LIBS E:\dev\ /M
88
99To build X-Ray Engine you'll need following libraries:
10+ * OpenSSL: https://www.openssl.org/source
11+ - Prebuilt binaries can be downloaded here: https://slproweb.com/products/Win32OpenSSL.html
1012* OpenAutomate: https://developer.nvidia.com/openautomate
1113* NVAPI: https://developer.nvidia.com/nvapi
1214* libjpeg: http://sourceforge.net/projects/libjpeg
4648 - Copy BugTrap.dll from %XRAY_16X_LIBS%BugTrap\Bin
4749- For _bin_dbg:
4850 - Copy BugTrapD.dll from %XRAY_16X_LIBS%BugTrap\Bin and rename it to BugTrap.dll
51+ - Copy following files from %XRAY_16X_LIBS%OpenSSL\bin to _bin_dbg, _bin_mix and _bin_rel:
52+ - libeay32.dll
53+ - ssleay32.dll
4954- Create soft link to /gamedata in the game installation directory:
5055 $ mklink /D <game installation directory>\gamedata <xray-16 repository root>\res\gamedata
5156- After successful build use xrbinup.cmd to update game binaries:
You can’t perform that action at this time.
0 commit comments