Project

General

Profile

Actions

Howtos - Hack on Linux » History » Revision 8

« Previous | Revision 8/12 (diff) | Next »
Greg Burri, 04/28/2012 08:26 AM


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://github.com/Ummon/D-LAN.git if you just want clone the repository.
    2. :Ummon/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 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 12 years ago · 8 revisions