Project forums > Q-Gears

Trying again :)

(1/7) > >>

Sebanisu:
I made some progress at the end of last week. I got a batch files setup for setting up and compiling Boost and Ogre.

I am re-downloading the q gears source.

I feel bad for not posting anything in a month. I kinda got busy and then 4 weeks passed by. I decided to post a new topic since my other one was so old.

Should I put the code for these batch files on the forum? They could be useful. Should I use pastebin or something?

Sebanisu:
Create a directory you want to have all this in.
0.bat
point me to prerequisites

--- Code: ---@echo off
rem http://forums.qhimm.com/index.php?topic=15060.0
set home=%cd%
echo need prerecs

echo get DirectX SDK and install it...
echo - http://www.microsoft.com/en-us/download/details.aspx?id=6812
start http://www.microsoft.com/en-us/download/details.aspx?id=6812
echo - Visual C++ 2010 Redistributable Package or newer will conflict
echo   with it you will need to uninstall them and then reinstall them later
 

echo getting cmake for building ogre
echo - installer or zip, for this how to I go with the zip
echo - http://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.zip
start http://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.zip

echo get codeblocks
echo http://www.codeblocks.org/downloads
start http://www.codeblocks.org/downloads

echo unpack cmake and install codeblocks
echo - both to %home%
echo - results should look like this
echo   %home%\cmake-2.8.11.2-win32-x86\bin
echo   %home%\CodeBlocks

pause

--- End code ---
http://pastebin.com/hJrZVgkD

Sebanisu:
1.bat
Go get and compile boost
http://pastebin.com/HgFq2SHL

edit: tried pasting the full thing on here too big. :P

Sebanisu:
2.bat
Go get ogre dependencies!
http://pastebin.com/3abGvFZi

Sebanisu:
3.bat
Get Ogre and compile!
http://pastebin.com/00LRck3i

Navigation

[0] Message Index

[#] Next page

Go to full version