Howtos - Hack on Linux » History » Revision 8
Revision 7 (Greg Burri, 05/01/2011 03:17 PM) → Revision 8/12 (Greg Burri, 04/28/2012 08:26 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 (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>