Topic: Getting the svn

Hey, I dont know If I'm in the right forum, but how do you get the svn? I checked out the link in the downloads section of Maratis but I couldn't find any links to download from?

Re: Getting the svn

it uses a version control system (svn), if you are in windows you can use TortoizeSvn : http://tortoisesvn.net/

when it's installed, you have to "checkout" maratis svn to a directory in your computer :
http://www.igorexchange.com/node/87#checkout

use maratis svn adress in the URL field : http://maratis.googlecode.com/svn/

and it will download all the code (it can take some time)

Re: Getting the svn

Thank you. smile

Re: Getting the svn

Do I need Microsoft visual studio 2005 for this?

Re: Getting the svn

I am honestly pretty confused about this:

http://oi48.tinypic.com/3311sma.jpg

How do I build it?

Re: Getting the svn

you need to install visual studio and python, you don't need to open any files.

with a command line go to "trunk/dev/"
and type : "python scons.py"

it will build from the command line

Re: Getting the svn

Is the commandline the adress in the top of the folder? The field?

Re: Getting the svn

with a command line I mean a "dos" window

Re: Getting the svn

I see. This is what I did:

http://tinypic.com/view.php?pic=15wdt3t&s=6

But it seems like the scons python file is unable to find the Sconstruct.

Re: Getting the svn

did you also tried typing "python scons.py" ?

Re: Getting the svn

Hm, same thing happens:

http://tinypic.com/view.php?pic=10opweo&s=6

Re: Getting the svn

Pär wrote:

Hm, same thing happens:

http://tinypic.com/view.php?pic=10opweo&s=6

Did you install scons? http://www.scons.org/

Re: Getting the svn

Yes, I installed it as an add-on to python. So everythings cool, I have visual studio 2012, is this the problem?

If I type python scons.py it doesn't find the file to execute. And if I type scons.py then It exectutes but it says "No SConstruct file found". Hm.

Last edited by Pär (2013-01-17 15:48:36)

Re: Getting the svn

Pär wrote:

Yes, I installed it as an add-on to python. So everythings cool, I have visual studio 2012, is this the problem?

If I type python scons.py it doesn't find the file to execute. And if I type scons.py then It exectutes but it says "No SConstruct file found". Hm.

Sorry Par I have no idea about Windows development, I was just wondering if that might be the problem. If you have linux then I can have you up and building in a few min.

Re: Getting the svn

I'm sure you can, I have windows 7. But it'll be solved. smile

Re: Getting the svn

it seems that the dos doesn't know the "python" command.

follow this : http://pythoncentral.org/how-to-install … l-command/

Re: Getting the svn

Hm, I moved my python directory to C:\ and installed the new path in environment variables and saved it.

Then I openend up the cmd and made another run and still nothing is happening when I'm typing python scons.py

But I have typed scons.py and then the cmd actually wants to open the file with pyton. So far so good.

http://tinypic.com/view.php?pic=148iyox&s=6

Re: Getting the svn

you probably need to restart windows to have the python command

Re: Getting the svn

Hm, no I still dont have it. It reads out that it's not an internal you know external and all that command yet. So nothing happens.

http://tinypic.com/view.php?pic=4qq16b&s=6 Yet! The python command window opened and I could see that something happened. And then it went down.

Re: Getting the svn

Normally it need to be "python scons.py"

I don't know, your environment variable is probably not set properly :

http://i.imgur.com/2jP1K.png
http://i.imgur.com/ftZmK.png

Re: Getting the svn

Yes I have set it like that, everything seems right in this picture right? http://tinypic.com/view.php?pic=t5t255&s=6

Re: Getting the svn

yes, seems right, I won't put a space before ";C:\Python27" but I don't think it's that.

you didn't create a sub-directory inside C:\Python27 by any chance ?
python.exe should be directly inside C:\Python27 (C:\Python27\python.exe)

no more clue sorry.

Re: Getting the svn

It's inside and the path is \;C:\Python27 it just looks there's a space before. Well it doesn't work, would you make me a test build meanwhile? And thanks for the help.

Re: Getting the svn

Sorry but I will only make builds for all platforms when the next version is ready.

Re: Getting the svn

Alright, I head it was february so that's ok.