Howtos - Hack on Linux » History » Revision 7
Revision 6 (Greg Burri, 04/29/2011 04:25 PM) → Revision 7/12 (Greg Burri, 05/01/2011 03:17 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_ _git://dev.d-lan.net/d-lan.git_ if you just want clone the repository. ## _git@github.com:Ummon/D-LAN.git_ _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 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>