Howtos - Hack on Linux » History » Version 6
Greg Burri, 04/29/2011 04:25 PM
1 | 1 | Greg Burri | h1. Howtos - Hack on Linux |
---|---|---|---|
2 | |||
3 | h2. ArchLinux |
||
4 | |||
5 | You need to : |
||
6 | |||
7 | # Install required programs |
||
8 | ## Git : pacman -S git |
||
9 | ## protobuf : pacman -S protobuf |
||
10 | ## Qt creator : pacman -S qtcreator |
||
11 | # Git clone the repository |
||
12 | 2 | Greg Burri | ## _git://dev.d-lan.net/d-lan.git_ if you just want clone the repository. |
13 | ## _ssh://git@dev.d-lan.net/d-lan.git_ if you have a full access (read+write). |
||
14 | 1 | Greg Burri | |
15 | 5 | Greg Burri | h2. Ubuntu (Natty Narwhal) |
16 | 1 | Greg Burri | |
17 | 6 | Greg Burri | # Get required tools and libraries<pre>sudo apt-get install g++ git qt4-dev-tools qtcreator libprotobuf-dev</pre> |
18 | 1 | Greg Burri | # Get source code<pre> |
19 | 5 | Greg Burri | git clone git://github.com/Ummon/D-LAN.git |
20 | cd D-LAN/application |
||
21 | 1 | Greg Burri | ./0.regen_all.sh |
22 | </pre> |