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.
To generate the configure script and related build-tools, run
./bootstrap
This requires the presence of autoconf, automake and libtool.
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.
Build and install the software with
make make install
Feel free to contact the S-Net developers at [email protected].