Howtos - Hack on Windows » History » Version 4
Greg Burri, 08/03/2009 08:26 PM
1 | 1 | Greg Burri | h1. Howto |
---|---|---|---|
2 | 3 | Greg Burri | |
3 | h2. Hack on Windows Vista |
||
4 | |||
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). |