Mudanças entre as edições de "Openlanhouse"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 28: | Linha 28: | ||
* http://trac.openlanhouse.org/wiki/InstallPtBR | * http://trac.openlanhouse.org/wiki/InstallPtBR | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Categoria:Lan house]] | [[Categoria:Lan house]] |
Edição das 20h47min de 24 de setembro de 2011
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