Advertisement
Sebanisu

0.bat

Apr 22nd, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.93 KB | None | 0 0
  1. @echo off
  2. rem http://forums.qhimm.com/index.php?topic=15060.0
  3. set home=%cd%
  4. echo need prerecs
  5.  
  6. echo get DirectX SDK and install it...
  7. echo - http://www.microsoft.com/en-us/download/details.aspx?id=6812
  8. start http://www.microsoft.com/en-us/download/details.aspx?id=6812
  9. echo - Visual C++ 2010 Redistributable Package or newer will conflict
  10. echo   with it you will need to uninstall them and then reinstall them later
  11.  
  12.  
  13. echo getting cmake for building ogre
  14. echo - installer or zip, for this how to I go with the zip
  15. echo - http://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.zip
  16. start http://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.zip
  17.  
  18. echo get codeblocks
  19. echo http://www.codeblocks.org/downloads
  20. start http://www.codeblocks.org/downloads
  21.  
  22. echo unpack cmake and install codeblocks
  23. echo - both to %home%
  24. echo - results should look like this
  25. echo   %home%\cmake-2.8.11.2-win32-x86\bin
  26. echo   %home%\CodeBlocks
  27.  
  28. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement