File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ TITLE: X-Ray 1.6 build and setup instructions
22
33Build:
44------
5- By default, all libraries mentioned below (except Windows/DirectX SDK) are assumed to be in the directory
6- defined by XRAY_16X_LIBS environment variable. It can be set with following command (run as administrator):
7- $ setx XRAY_16X_LIBS E:\dev\ /M
5+ By default, all libraries mentioned below (except Windows/DirectX SDK) are assumed to be in
6+ the src\Externals directory.
87
98To build X-Ray Engine you'll need following libraries:
109* OpenSSL: https://www.openssl.org/source
@@ -45,10 +44,10 @@ Setup:
4544 - eax.dll
4645 - wrap_oal.dll
4746- For _bin_rel and _bin_mix:
48- - Copy BugTrap.dll from %XRAY_16X_LIBS% BugTrap\Bin
47+ - Copy BugTrap.dll from src\Externals\ BugTrap\Bin
4948- For _bin_dbg:
50- - 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:
49+ - Copy BugTrapD.dll from src\Externals\ BugTrap\Bin and rename it to BugTrap.dll
50+ - Copy following files from src\Externals\ OpenSSL\bin to _bin_dbg, _bin_mix and _bin_rel:
5251 - libeay32.dll
5352 - ssleay32.dll
5453- Create soft link to /gamedata in the game installation directory:
You can’t perform that action at this time.
0 commit comments