Actions
  Howtos - Hack on Linux » History » Revision 6
      « Previous |
    Revision 6/12
      (diff)
      | Next »
    
    Greg Burri, 04/29/2011 04:25 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://dev.d-lan.net/d-lan.git if you just want clone the repository.
 - ssh://git@dev.d-lan.net/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 14 years ago · 12 revisions