Advertisement
Guest User

Untitled

a guest
Jul 15th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 1.) Download and extract Minetest from GitHUb.
  2.  
  3. 2.) ENter this into the Terminal:
  4.  
  5. sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev
  6.  
  7. When it asks for your password, enter it: it won't appear.
  8.  
  9. 3.) Type cd <then drag you minetest source folder into the terminal, the Minetest path will appear here.>
  10.  
  11. 4.) Enter this into the terminal:
  12.  
  13. cmake . -DRUN_IN_PLACE=1
  14.  
  15. then
  16.  
  17. make -j2
  18.  
  19. Wait a while for this.
  20.  
  21. 5.) Enter this command:
  22.  
  23. cd bin
  24.  
  25. then ./minetest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement