Skip to content

Commit 4397f41

Browse files
committed
Update build documentation.
1 parent be5f863 commit 4397f41

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/howto/build.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ TITLE: X-Ray 1.6 build and setup instructions
22

33
Build:
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

98
To 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:

0 commit comments

Comments
 (0)