瀏覽代碼

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

- closes https://github.com/assimp/assimp/issues/3370
Kim Kulling 2 月之前
父節點
當前提交
696771d576
共有 1 個文件被更改,包括 3 次插入1 次删除
  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: