Procházet zdrojové kódy

Clearer Windows compile instructions

BearishSun před 9 roky
rodič
revize
d682a82b9f
1 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. 11 1
      Documentation/GitHub/compiling.md

+ 11 - 1
Documentation/GitHub/compiling.md

@@ -21,9 +21,19 @@ Optionally, if you are using VS2015 you can avoid compiling dependencies by down
 
 
 For older versions check the git release tag descriptions for links.
 For older versions check the git release tag descriptions for links.
 
 
+## Windows dependencies
+For Windows additional dependencies not included in the dependencies package are needed.
+
+Make sure to:
+ - Install Windows SDK if on Windows 8 or higher.
+ - Install DirectX SDK.
+   - Set up DXSDK_DIR environment variable to point to the SDK install directory.
+ - Install DirectX Debug Layer in Windows 10:
+   - Settings panel->System->Apps & features->Manage optional Features->Add a feature->Select "Graphics Tools"
+
 # Data files
 # Data files
 You will also need data files (non-code resources like images, shaders, etc.) in order to run the editor, engine and example projects.
 You will also need data files (non-code resources like images, shaders, etc.) in order to run the editor, engine and example projects.
 
 
 [Download data files] (http://bearishsun.thalassa.feralhosting.com/BansheeData_v0.3.0.zip)
 [Download data files] (http://bearishsun.thalassa.feralhosting.com/BansheeData_v0.3.0.zip)
 
 
-For older versions check the git release tag descriptions for links.
+For older versions check the git release tag descriptions for links.