Mark Sibly 7 年之前
父節點
當前提交
01074d48c3
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      modules/monkey/newdocs/sdks.md

+ 8 - 0
modules/monkey/newdocs/sdks.md

@@ -33,6 +33,14 @@ Monkey2 uses the command line tools included with xcode to build desktop apps fo
 
 Monkey2 uses the 'gcc' command line tools to build desktop apps for linux.
 
+You will also need to install all the developer libraries required by the compiler and modules. This will differ depending on hte prcise version of Linux you are you, but to get you started:
+
+```
+sudo apt-get update && sudo apt-get upgrade
+ 
+sudo apt-get install g++-multilib libglu1-mesa-dev libopenal-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev libxxf86vm-dev libx11-dev libgl1-mesa-dev libpulse-dev
+```
+
 
 @#### The Emscripten and Wasm Targets