Howtos - Hack on Linux » History » Revision 9
Revision 8 (Greg Burri, 04/28/2012 08:26 AM) → Revision 9/12 (Greg Burri, 04/28/2012 08:27 AM)
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 (Precise Pangolin) (Natty Narwhal) # Get required tools and libraries <pre>sudo libraries<pre>sudo apt-get install g++ git qtcreator libprotobuf-dev</pre> # Get source code <pre> code<pre> git clone git://github.com/Ummon/D-LAN.git cd D-LAN/application ./0.regen_all.sh </pre>