Skip to content

riccardomc/snet-rts

 
 

Repository files navigation

S-Net Runtime System

This is part of the S-Net software suite on Github. It requires a working installation of LPEL according to the How to Build Guide.

Bootstrap

To generate the configure script and related build-tools, run

    ./bootstrap

This requires the presence of autoconf, automake and libtool.

Configure

Generate a Makefile with

./configure --with-lpel-includes=$LPEL_PREFIX/include \
            --with-lpel-libs=$LPEL_PREFIX/lib \
            --prefix=$SNET_PREFIX

where $LPEL_PREFIX points to the directory prefix of the LPEL installation and $SNET_PREFIX is your desired S-Net destination prefix.

Building

Build and install the software with

make
make install

Support

Feel free to contact the S-Net developers at info@snet-home.org.

Packages

No packages published

Languages

  • C 88.2%
  • C++ 7.6%
  • Shell 2.2%
  • Python 2.0%