= Instalando o OpenLanhouse = [[PageOutline(2,,inline)]] == Compilar pelos sources == === Dependencias === Core (tanto cliente tanto servidor nescessitam dessas dependências): * [http://www.pygtk.org python-gtk2] * [http://pypi.python.org/pypi/python-gnutls python-gnutls] Cliente: * [http://ftp.gnome.org/pub/GNOME/sources/gnome-panel libpanelapplet2] * [http://dbus.freedesktop.org/releases/dbus-glib dbus-glib] * [http://dbus.freedesktop.org/releases/dbus-python dbus-python] Servidor: * [http://www.sqlalchemy.org python-sqlalchemy] === 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 }}}