Building Maratis for Windows
From MaratisWiki
(Difference between revisions)
(Created page with "==Download and Install the necessary softwares:== * [http://www.microsoft.com/en-us/download/details.aspx?id=34673 Microsoft Visual Studio Express]<br> * [http://tortoisesvn....") |
|||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
==Download and Install the necessary softwares:== | ==Download and Install the necessary softwares:== | ||
− | + | # [http://www.microsoft.com/en-us/download/details.aspx?id=34673 Microsoft Visual Studio Express] | |
− | + | # [http://tortoisesvn.net/ TortoiseSVN] | |
− | + | # [https://www.python.org/ Python 2] (you need the 2x version. In the installation also check to add the path dir) | |
− | + | # [http://www.scons.org/ Scons] | |
==Download Maratis source code using TortoiseSVN:== | ==Download Maratis source code using TortoiseSVN:== | ||
− | + | # Create a new folder - name it '''"MaratisSVN"'''. For example in ''C:\MaratisSVN''. | |
− | + | # Right clic - select '''SvnCheckout'''. | |
− | + | # Paste the link in repository - "http://maratis.googlecode.com/svn/" then click ok. | |
− | + | # Wait for the files to download. | |
==Compile== | ==Compile== | ||
− | + | # Go to start menu, type '''"cmd"''' to open the command prompt. | |
− | + | # In the cmd, go to MaratisSVN\trunk\dev. For example type "cd C:\MaratisSVN\trunk\dev". | |
− | + | # Type '''"scons.py"''' and enter. It will start compiling. | |
− | + | # If the build is successful, the final binaries will be installed in '''''trunk\dev\prod''''' | |
==Done! Have fun!== | ==Done! Have fun!== |
Latest revision as of 10:48, 27 July 2014
Contents |
Download and Install the necessary softwares:
- Microsoft Visual Studio Express
- TortoiseSVN
- Python 2 (you need the 2x version. In the installation also check to add the path dir)
- Scons
Download Maratis source code using TortoiseSVN:
- Create a new folder - name it "MaratisSVN". For example in C:\MaratisSVN.
- Right clic - select SvnCheckout.
- Paste the link in repository - "http://maratis.googlecode.com/svn/" then click ok.
- Wait for the files to download.
Compile
- Go to start menu, type "cmd" to open the command prompt.
- In the cmd, go to MaratisSVN\trunk\dev. For example type "cd C:\MaratisSVN\trunk\dev".
- Type "scons.py" and enter. It will start compiling.
- If the build is successful, the final binaries will be installed in trunk\dev\prod