Installing OpenLanhouse

  1. Build from sources
  2. Arch Linux
  3. Debian
  4. Ubuntu 9.04

Build from sources

Dependencies

Core: (both client and server):

Client:

Server:

Build

After you resolved all dependencies, install openlh-core:

wget http://openlanhouse.org/releases/0.2.1/openlh-core-0.2.1.tar.gz
tar -zxvf openlh-core-0.2.1.tar.gz
cd openlh-core-0.2.1
./configure --prefix=/usr
make
make install (this command be executed by root)

For Server:

wget http://openlanhouse.org/releases/0.2.1/openlh-server-0.2.1.tar.gz
tar -zxvf openlh-server-0.2.1.tar.gz
cd openlh-server-0.2.1
./configure --prefix=/usr
make
make install (this command be executed by root)

For Client:

wget http://openlanhouse.org/releases/0.2.1/openlh-client-0.2.1.tar.gz
tar -zxvf openlh-client-0.2.1.tar.gz
cd openlh-client-0.2.1
./configure --prefix=/usr
make
make install (this command be executed by root)

Arch Linux

To install in Arch Linux is very simple, install with a unique command.

Server:

pacman -S openlh-server

Client:

pacman -S openlh-client

Debian

First please install 'openlh-core':

wget http://openlanhouse.org/releases/0.2.1/debian/openlh-core_0.2.1-1_i386.deb
dpkg -i openlh-core_0.2.1-1_i386.deb
apt-get -f install

to server:

wget http://openlanhouse.org/releases/0.2.1/debian/openlh-server_0.2.1-1_i386.deb
dpkg -i openlh-server_0.2.1-1_i386.deb
apt-get -f install

to client:

wget http://openlanhouse.org/releases/0.2.1/debian/openlh-client_0.2.1-1_i386.deb
dpkg -i openlh-client_0.2.1-1_i386.deb
apt-get -f install

Ubuntu 9.04

THANKS: Vladmir Melo to packaging for ubuntu 9.04

First please install 'openlh-core':

wget http://openlanhouse.org/releases/0.2.1/ubuntu-jaunty/openlh-core_0.2.1-1_i386.deb
dpkg -i openlh-core_0.2.1-1_i386.deb
apt-get -f install

to server:

wget http://openlanhouse.org/releases/0.2.1/ubuntu-jaunty/openlh-server_0.2.1-1_i386.deb
dpkg -i openlh-server_0.2.1-1_i386.deb
apt-get -f install

to client:

wget http://openlanhouse.org/releases/0.2.1/ubuntu-jaunty/openlh-client_0.2.1-1_i386.deb
dpkg -i openlh-client_0.2.1-1_i386.deb
apt-get -f install