Project

General

Profile

Howtos - Hack on Windows » History » Version 5

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

1 1 Greg Burri
h1. Howto
2 3 Greg Burri
3 5 Greg Burri
h2. Hack on Windows XP/Vista/Seven
4 3 Greg Burri
5
You need to :
6
7
# Install Torotoise Git : http://code.google.com/p/tortoisegit/
8
# Install msysgit : http://code.google.com/p/msysgit/
9
# 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
10 1 Greg Burri
# Install _Qt SDK_ (Qt creator is included) : http://www.qtsoftware.com/downloads
11 4 Greg Burri
# Install proto buff library and _protoc_ : http://code.google.com/p/protobuf/downloads/list
12
## TODO : describe how to do...
13 3 Greg Burri
# 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).