Project

General

Profile

Howtos - Hack on Linux » History » Revision 6

Revision 5 (Greg Burri, 04/29/2011 03:46 PM) → Revision 6/12 (Greg Burri, 04/29/2011 04:25 PM)

h1. Howtos - Hack on Linux 

 h2. ArchLinux 

 You need to : 

 # Install required programs 
 ## Git : pacman -S git 
 ## protobuf : pacman -S protobuf  
 ## Qt creator : pacman -S qtcreator 
 # Git clone the repository 
 ## _git://dev.d-lan.net/d-lan.git_ if you just want clone the repository. 
 ## _ssh://git@dev.d-lan.net/d-lan.git_ if you have a full access (read+write). 

 h2. Ubuntu (Natty Narwhal) 

 # Get required tools and libraries<pre>sudo tools<pre>sudo apt-get install g++ git qt4-dev-tools qtcreator libprotobuf-dev</pre> 
 # Get source code<pre> 
 git clone git://github.com/Ummon/D-LAN.git 
 cd D-LAN/application 
 ./0.regen_all.sh 
 </pre>