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