Instalando o OpenLanhouse

  1. Compilar pelos sources
  2. Arch Linux
  3. Ubuntu 9.04

Compilar pelos sources

Dependencias

Core (tanto cliente tanto servidor nescessitam dessas dependências):

Cliente:

Servidor:

Compilar

Depois de você ter resolvido todas as dependencias, instale o 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)

Para o Servidor:

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)

Para o Cliente:

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

Para instalar no Arch Linux é muito simples, instale com um único comando.

Servidor:

pacman -S openlh-server

Cliente:

pacman -S openlh-client

Ubuntu 9.04

AGRADECIMENTO: ao Vladmir Melo pelo empacotamento para o ubuntu 9.04

primeiro de tudo instale o '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

para o servidor:

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

para o cliente:

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