Project

General

Profile

Howtos - Hack on Linux » History » Revision 10

Revision 9 (Greg Burri, 04/28/2012 08:27 AM) → Revision 10/12 (Greg Burri, 08/25/2014 10:13 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://github.com/Ummon/D-LAN.git_ if you just want clone the repository. 
 ## _git@github.com:Ummon/D-LAN.git_ if you have a full access (read+write). 

 h2. Ubuntu 14.04 (Precise Pangolin) 

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