Openlanhouse: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
|||
| (Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
| Linha 2: | Linha 2: | ||
* http://openlanhouse.org/ | * http://openlanhouse.org/ | ||
<source lang="bash"> | |||
sudo apt-get install python-sqlalchemy python-gnutls \ | |||
python-gtk2-dev gnutls-bin libgnutls-dev libpanel-applet2-dev | |||
</source> | |||
<source lang="bash"> | |||
wget -c 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 | |||
sudo make install | |||
</source> | |||
<source lang="bash"> | |||
wget -c 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 | |||
sudo make | |||
</source> | |||
<source lang="bash"> | |||
wget -c 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 | |||
sudo make install | |||
</source> | |||
* http://trac.openlanhouse.org/wiki/InstallPtBR | |||
== em debian 7 == | |||
<source lang="bash"> | |||
apt-get install libpanel-applet-4-dev intltool gconf2 | |||
cd /usr/src | |||
wget -c http://pub.nkosi.org/openlanhouse/openlh-client-0.2.1.tar.gz | |||
wget -c http://pub.nkosi.org/openlanhouse/openlh-core-0.2.1.tar.gz | |||
wget -c http://pub.nkosi.org/openlanhouse/openlh-server-0.2.1.tar.gz | |||
</source> | |||
[[Categoria:Lan house]] | [[Categoria:Lan house]] | ||
Edição atual tal como às 22h36min de 2 de agosto de 2015
Página do projeto
sudo apt-get install python-sqlalchemy python-gnutls \
python-gtk2-dev gnutls-bin libgnutls-dev libpanel-applet2-dev
wget -c 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
sudo make install
wget -c 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
sudo make
wget -c 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
sudo make install
em debian 7
apt-get install libpanel-applet-4-dev intltool gconf2
cd /usr/src
wget -c http://pub.nkosi.org/openlanhouse/openlh-client-0.2.1.tar.gz
wget -c http://pub.nkosi.org/openlanhouse/openlh-core-0.2.1.tar.gz
wget -c http://pub.nkosi.org/openlanhouse/openlh-server-0.2.1.tar.gz