浏览代码

Added note on linux build system.

Mikael Säker 7 年之前
父节点
当前提交
475c86556e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/en/faq/faq.md

+ 3 - 1
docs/en/faq/faq.md

@@ -51,11 +51,13 @@ What platforms does Defold run on?
   | ------------------------- | -------------------- |
   | ------------------------- | -------------------- |
   | macOS 10.7 Lion           | Editor and runtime   |
   | macOS 10.7 Lion           | Editor and runtime   |
   | Windows Vista             | Editor and runtime   |
   | Windows Vista             | Editor and runtime   |
-  | Linux (64 bit)            | Editor and runtime   |
+  | Linux (64 bit)*           | Editor and runtime   |
   | iOS 6.0                   | Runtime              |
   | iOS 6.0                   | Runtime              |
   | Android 2.3 (API level 9) | Runtime              |
   | Android 2.3 (API level 9) | Runtime              |
   | HTML5                     | Runtime              |
   | HTML5                     | Runtime              |
 
 
+  (* Linux versions are built with Ubuntu 16.04 and GCC 4.8.)
+
 What target platforms can I develop games for with Defold?
 What target platforms can I develop games for with Defold?
 
 
 : With one click you can publish to iOS, Android and HTML5 as well as macOS/OS X, Windows and Linux. It’s truly one codebase, six supported platforms.
 : With one click you can publish to iOS, Android and HTML5 as well as macOS/OS X, Windows and Linux. It’s truly one codebase, six supported platforms.