Howtos - Hack on Linux » History » Version 9
Greg Burri, 04/28/2012 08:27 AM
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 | 7 | Greg Burri | ## _git://github.com/Ummon/D-LAN.git_ if you just want clone the repository. |
13 | ## _git@github.com:Ummon/D-LAN.git_ if you have a full access (read+write). |
||
14 | 1 | Greg Burri | |
15 | 9 | Greg Burri | h2. Ubuntu (Precise Pangolin) |
16 | 1 | Greg Burri | |
17 | 9 | Greg Burri | # Get required tools and libraries <pre>sudo apt-get install g++ git qtcreator libprotobuf-dev</pre> |
18 | # 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> |