Shadow Network Framework  0.0.2-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
Installation

Note
This library currently only supports Linux. i have no plans on working for support for windows for this library.

Prequesites

Libraries

  • uuid-dev

Binaries

  • Make
  • Clang (preferrably with Clang >= 14.0.6)

Installing the prequesites

Important
Installing prequisites require root previlages
  • Ubuntu/Debian:
    #Libraries
    apt install uuid-dev
    #Binaries
    apt install build-essential clang make

Installing

Download code source from the Github page or From the Releases page

  • unzip it
    #In case you don't have unzip
    apt install unzip
    #Unzip the code source
    unzip <PATH_TO_DOWNLOADED_CODESOURCE>
  • go to diractory of SNF C Library (Server)
    cd <PATH_TO_UNZIPPED_CODESOURCE>
    cd Server/C
    Note
    To make sure it compiles correctly run this first
    make
  • Install it: (Requires Root previlages)
    make install
    Note
    You can install this framework as a static library using
    make install_static
    Done!

Next: Getting Started ►