Kaynağa Gözat

Doc: add C++ / c minimum (#6187)

- closes https://github.com/assimp/assimp/issues/3370
Kim Kulling 3 ay önce
ebeveyn
işleme
696771d576
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      Build.md

+ 3 - 1
Build.md

@@ -4,7 +4,9 @@
 ### Install prerequisites
 ### Install prerequisites
 You need to install
 You need to install
 * cmake
 * cmake
-* Your compiler
+* Your compiler (must support C++17 and C99 at least)
+* For Windows
+  *  DX-SDK 9 if you want to use our 3D-Viewer
 
 
 ### Get the source
 ### Get the source
 Make sure you have a working git-installation. Open a command prompt and clone the Asset-Importer-Lib via:
 Make sure you have a working git-installation. Open a command prompt and clone the Asset-Importer-Lib via: