Project

General

Profile

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 :

  1. Install required programs
    1. Git : pacman -S git
    2. protobuf : pacman -S protobuf
    3. Qt creator : pacman -S qtcreator
  2. Git clone the repository
    1. git://dev.d-lan.net/d-lan.git if you just want clone the repository.
    2. ssh:/d-lan.git if you have a full access (read+write).

Ubuntu (Natty Narwhal)

  1. Get required tools and libraries
    sudo apt-get install g++ git qt4-dev-tools qtcreator libprotobuf-dev
  2. Get source code
    git clone git://github.com/Ummon/D-LAN.git
    cd D-LAN/application
    ./0.regen_all.sh
    

Updated by Greg Burri almost 13 years ago · 6 revisions