Mudanças entre as edições de "Openlanhouse"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 2: Linha 2:
 
* http://openlanhouse.org/
 
* http://openlanhouse.org/
  
sudo apt-get install python-sqlalchemy python-gnutls \
+
<source lang="bash">
python-gtk2-dev gnutls-bin libgnutls-dev libpanel-applet2-dev
+
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>
  
wget -c http://openlanhouse.org/releases/0.2.1/openlh-core-0.2.1.tar.gz
+
<source lang="bash">
tar -zxvf openlh-core-0.2.1.tar.gz
+
wget -c http://openlanhouse.org/releases/0.2.1/openlh-server-0.2.1.tar.gz
cd openlh-core-0.2.1
+
tar -zxvf openlh-server-0.2.1.tar.gz
./configure --prefix=/usr
+
cd openlh-server-0.2.1
make
+
./configure --prefix=/usr
sudo make install
+
make
 +
sudo make
 +
</source>
  
wget -c http://openlanhouse.org/releases/0.2.1/openlh-server-0.2.1.tar.gz
+
<source lang="bash">
tar -zxvf openlh-server-0.2.1.tar.gz
+
wget -c http://openlanhouse.org/releases/0.2.1/openlh-client-0.2.1.tar.gz
cd openlh-server-0.2.1
+
tar -zxvf openlh-client-0.2.1.tar.gz
./configure --prefix=/usr
+
cd openlh-client-0.2.1
make
+
./configure --prefix=/usr
sudo make
+
make
 
+
sudo make install
wget -c http://openlanhouse.org/releases/0.2.1/openlh-client-0.2.1.tar.gz
+
</source>
tar -zxvf openlh-client-0.2.1.tar.gz
 
cd openlh-client-0.2.1
 
./configure --prefix=/usr
 
make
 
sudo make install
 
  
 
* http://trac.openlanhouse.org/wiki/InstallPtBR
 
* http://trac.openlanhouse.org/wiki/InstallPtBR
  
== CCL ==
+
== em debian 7 ==
* http://ccl.sourceforge.net/
+
<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>
  
wget -c http://ufpr.dl.sourceforge.net/project/ccl/libccls/0.7.0/libccls-0.7.0.tar.bz2
+
[[Categoria:Lan house]]
wget -c http://ufpr.dl.sourceforge.net/project/ccl/cclfox/0.7.0/cclfox-0.7.0.tar.bz2
 
wget -c http://ufpr.dl.sourceforge.net/project/ccl/cclcfox/0.7.0/cclcfox-0.7.0.tar.bz2
 
wget -c http://ufpr.dl.sourceforge.net/project/ccl/libcclc/0.7.0/libcclc-0.7.0.tar.bz2
 

Edição atual tal como às 01h36min de 3 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