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