Skip to content

Commit e7bd549

Browse files
committed
update Windows build instructions
1 parent c642597 commit e7bd549

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

doc/howto/build.txt

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

33
Build:
44
------
5-
Currently, the only compiler supported is Visual C++ 2015. If you don't have Visual Studio yet, you can
5+
Currently, the only compiler supported is Visual C++ 2017. If you don't have Visual Studio yet, you can
66
download and install Visual Studio 2017 Community Edition - it's absolutely free for open source projects.
77

8-
By default, all libraries mentioned below (except Windows/DirectX SDK) are assumed to be in
9-
the src\Externals directory.
8+
By default, all libraries mentioned below (except Windows SDK) are assumed to be in
9+
the src\Externals directory. You can download all these libraries (except Windows SDK) with compiled binaries here:
10+
https://drive.google.com/file/d/0B2mH6ffKfXjCMjRfRTZsVlBtUVE
11+
12+
Windows SDK is available from Visual Studio 2017 installer. You will definitely need to install the following items:
13+
* Windows 8.1 SDK (or newer)
14+
* Visual C++ MFC for x86 and x64
15+
* NuGet package manager
16+
17+
You will need following extension to save files in Visual Studio with encoding UTF-8 without BOM:
18+
https://marketplace.visualstudio.com/items?itemName=hbuexinxin.ForceUTF8NoBOM
1019

20+
Libraries:
21+
------
1122
To build X-Ray Engine you'll need following libraries:
1223
* OpenSSL: https://www.openssl.org/source
1324
- Prebuilt binaries can be downloaded here: https://slproweb.com/products/Win32OpenSSL.html
@@ -24,15 +35,12 @@ To build X-Ray Engine you'll need following libraries:
2435
* libvorbis-1.2.3: http://xiph.org/downloads
2536
* Autodesk Maya 2008/2009 SDK
2637
* Autodesk 3DS Max 6.0 SDK
27-
* Windows SDK: http://www.microsoft.com/en-us/download/details.aspx?id=8279
28-
* DirectX SDK June 2010: http://www.microsoft.com/en-us/download/details.aspx?id=6812
38+
* Windows SDK
39+
* DirectX SDK June 2010 (DOES NOT NEED ANYMORE ?): http://www.microsoft.com/en-us/download/details.aspx?id=6812
2940
- replace dxguid.lib with the one from Windows SDK
3041
(for DirectPlay GUIDs)
3142
XXX nitrocaster: add LuaJIT & LuaBind instructions
3243

33-
You can download all these libraries (except Windows/DirectX SDK) with compiled binaries here:
34-
https://drive.google.com/file/d/0B2mH6ffKfXjCMjRfRTZsVlBtUVE
35-
3644
Setup:
3745
------
3846
- Install S.T.A.L.K.E.R Call of Pripyat

0 commit comments

Comments
 (0)