Actions
Howtos - Hack on Linux » History » Revision 7
« Previous |
Revision 7/12
(diff)
| Next »
Greg Burri, 05/01/2011 03:17 PM
Howtos - Hack on Linux¶
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).
Ubuntu (Natty Narwhal)¶
- Get required tools and libraries
sudo apt-get install g++ git qt4-dev-tools qtcreator libprotobuf-dev
- Get source code
git clone git://github.com/Ummon/D-LAN.git cd D-LAN/application ./0.regen_all.sh
Updated by Greg Burri over 13 years ago · 7 revisions