Project

General

Profile

Howtos - Hack on Linux » History » Revision 11

Revision 10 (Greg Burri, 08/25/2014 10:13 PM) → Revision 11/12 (Adrien Crivelli, 04/18/2020 06:31 AM)

h1. Howtos - Hack on Linux 

 h2. Ubuntu 14.04 

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