Project

General

Profile

Howtos - Hack on Windows » History » Version 3

Greg Burri, 08/03/2009 08:24 PM

1 1 Greg Burri
h1. Howto
2 3 Greg Burri
3
4
h2. Hack on Windows Vista
5
6
You need to :
7
8
# Install Torotoise Git : http://code.google.com/p/tortoisegit/
9
# Install msysgit : http://code.google.com/p/msysgit/
10
# If you want an accesse to the master repository : generate a RSA 2048 bit with _Puttygen_ (come with tortoisegit) and send it to a project manager
11
# Install _Qt SDK_ (Qt creator is included) : http://www.qtsoftware.com/downloads
12
#
13
# Git clone the repository : 
14
## _git://dev.euphorik.ch/aybabtu.git_ if you just want clone the repository.
15
## _ssh://git@dev.euphorik.ch/aybabtu.git_ if you have a full access (read+write).