ZFGC

ZFGC CP => King of Thieves => Code => Topic started by: MG-Zero on March 20, 2013, 07:29:14 pm

Title: Setup and configuration
Post by: MG-Zero on March 20, 2013, 07:29:14 pm
I want to get the people who are interested in coding ready to go.  The code is going to be released within the next few days, so we're going to want you guys setup ahead of time.  Please do the following:

1. Download a copy of Microsoft Visual C# 2010
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

2. Download XNA Game Studio 4.0
http://www.microsoft.com/en-us/download/details.aspx?id=23714

3. Create an account on Github and forward us your username
https://github.com/

4. Setup Git
https://help.github.com/articles/set-up-git

5. Get Tortoise Git
http://code.google.com/p/tortoisegit/

Once you have all this setup, you'll be ready to contribute to our codebase.
Title: Re: attn: coders
Post by: Kami on March 20, 2013, 08:13:05 pm
What one of the TortousGit should I do, as theres the PuTTY option and something else withing the installer.
Title: Re: attn: coders
Post by: MG-Zero on March 20, 2013, 08:19:00 pm
Ahh jeez I can't remember...What's the other option?
Title: Re: attn: coders
Post by: Theforeshadower on March 21, 2013, 01:55:25 am
Of course...using Github which uses https which I can't use via my tether.. You suck :P
Just kidding.  I really can't access https though with my tether. :(  Could gitHub through my phone itself, but that would be cumbersome to have to keep going back and forth from my phone to the computer.

Anyway, hope to see good things. ^_^
Title: Re: attn: coders
Post by: LorentzChronon on March 21, 2013, 02:56:09 am
Of course...using Github which uses https which I can't use via my tether.. You suck :P
Just kidding.  I really can't access https though with my tether. :(  Could gitHub through my phone itself. but that would see cumbersome to have to keep going back and forth from my phone to the computer.

Anyway, hope to see good things. ^_^

Github can run over SSH as well as HTTPS.

If you run:
Code: [Select]
git clone git@github.com:username/reponame.git(obviously replacing username and reponame)
You will be able to get the contents of the git repo without needing HTTPS.
Title: Re: attn: coders
Post by: MG-Zero on March 22, 2013, 12:25:11 am
^^This.  We don't use https, we use ssh.

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved