24/05/2010, 19:38:38
super, merci pour toutes ces infos, j y suis presque .
mais impossible de trouver BasicLayout.cpp niPatternLayout.cpp.
Cdmnt.
Arnaud
On 22 mai, 08:46, kraven <ohl.christo...@gmail.com> wrote:
> Voici mon mémo pour installer linknx sur une debian fraichement
> installé.
>
> apt-get install gcc
> apt-get install g++
> apt-get install make
> mkdir linknx
> cd linknx
> wgethttp://downloads.sourceforge.net/sourceforge/linknx/linknx-0.0.1.27.t...
> wgethttp://downloads.sourceforge.net/sourceforge/bcusdk/pthsem_2.0.7.tar.gz
> tar -xzf linknx-0.0.1.27.tar.gz
> tar -xzf pthsem_2.0.7.tar.gz
> cd pthsem-2.0.7/
> ./configure
> make
> make test
> make install
> export LD_LIBRARY_PATH=/usr/local/lib
> cd ..
> cd linknx-0.0.1.26/
> ./configure --without-log4cpp --without-lua
> make
> make install
> cd ..
> et pour eibd:
>
> soit
>
> utilisation du paquet debian en suivant ces instructionshttp://www.auto.tuwien.ac.at/~mkoegler/index.php/eibdeb
>
> ou
>
> wget http://downloads.sourceforge.net/sourcef...0.4.tar.gz
> tar -xzf bcusdk_0.0.4.tar.gz
> cd bcusdk-0.0.4/
> ./configure --enable-onlyeibd --enable-eibnetiptunnel --enable-usb --
> enable-eibnetipserver --enable-ft12
> make
> make install
> A+
>
> Faire fonctionner winscp sur debian
> apt-get install openssh-server
>
> Log4cpp
> Ajoutes ceci dans le fichier BasicLayout.cpp (a la suite des autres
> directives #include):
> #include <memory>
> Il faut également modifier le fichier PatternLayout.cpp
> Remplacer #include <cmath> par #include <cstdlib>
> Et également ajouter LDFLAGS=-lpthread comme paremetre du configure
> de
> log4cpp.
>
> Mysql
> apt-get install libmysqlclient15-dev
> puis pour linknx
> ./configure --with-mysql=/usr/bin/mysql_config
mais impossible de trouver BasicLayout.cpp niPatternLayout.cpp.
Cdmnt.
Arnaud
On 22 mai, 08:46, kraven <ohl.christo...@gmail.com> wrote:
> Voici mon mémo pour installer linknx sur une debian fraichement
> installé.
>
> apt-get install gcc
> apt-get install g++
> apt-get install make
> mkdir linknx
> cd linknx
> wgethttp://downloads.sourceforge.net/sourceforge/linknx/linknx-0.0.1.27.t...
> wgethttp://downloads.sourceforge.net/sourceforge/bcusdk/pthsem_2.0.7.tar.gz
> tar -xzf linknx-0.0.1.27.tar.gz
> tar -xzf pthsem_2.0.7.tar.gz
> cd pthsem-2.0.7/
> ./configure
> make
> make test
> make install
> export LD_LIBRARY_PATH=/usr/local/lib
> cd ..
> cd linknx-0.0.1.26/
> ./configure --without-log4cpp --without-lua
> make
> make install
> cd ..
> et pour eibd:
>
> soit
>
> utilisation du paquet debian en suivant ces instructionshttp://www.auto.tuwien.ac.at/~mkoegler/index.php/eibdeb
>
> ou
>
> wget http://downloads.sourceforge.net/sourcef...0.4.tar.gz
> tar -xzf bcusdk_0.0.4.tar.gz
> cd bcusdk-0.0.4/
> ./configure --enable-onlyeibd --enable-eibnetiptunnel --enable-usb --
> enable-eibnetipserver --enable-ft12
> make
> make install
> A+
>
> Faire fonctionner winscp sur debian
> apt-get install openssh-server
>
> Log4cpp
> Ajoutes ceci dans le fichier BasicLayout.cpp (a la suite des autres
> directives #include):
> #include <memory>
> Il faut également modifier le fichier PatternLayout.cpp
> Remplacer #include <cmath> par #include <cstdlib>
> Et également ajouter LDFLAGS=-lpthread comme paremetre du configure
> de
> log4cpp.
>
> Mysql
> apt-get install libmysqlclient15-dev
> puis pour linknx
> ./configure --with-mysql=/usr/bin/mysql_config