Project

General

Profile

Howtos - Hack on Windows » History » Revision 5

Revision 4 (Greg Burri, 08/03/2009 08:26 PM) → Revision 5/102 (Greg Burri, 08/03/2009 08:27 PM)

h1. Howto 

 h2. Hack on Windows XP/Vista/Seven Vista 

 You need to : 

 # Install Torotoise Git : http://code.google.com/p/tortoisegit/ 
 # Install msysgit : http://code.google.com/p/msysgit/ 
 # 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 
 # Install _Qt SDK_ (Qt creator is included) : http://www.qtsoftware.com/downloads 
 # Install proto buff library and _protoc_ : http://code.google.com/p/protobuf/downloads/list 
 ## TODO : describe how to do... 
 # Git clone the repository :  
 ## _git://dev.euphorik.ch/aybabtu.git_ if you just want clone the repository. 
 ## _ssh://git@dev.euphorik.ch/aybabtu.git_ if you have a full access (read+write).