Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 981 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 981 Bytes

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 [email protected].