Skip to content

WithSecureOpenSource/nwutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9bcaf1 · Aug 3, 2023

History

19 Commits
Nov 24, 2021
Aug 9, 2021
Nov 24, 2021
Jul 1, 2022
Aug 3, 2023
Aug 3, 2023
Aug 9, 2021
Feb 8, 2020
Nov 24, 2021
Mar 29, 2022
Nov 24, 2021
Aug 3, 2023
Feb 8, 2020
Feb 8, 2020
Feb 8, 2020
Nov 24, 2021
Apr 14, 2021

Repository files navigation

Overview

nwutil is a C library for Linux-like operating systems that offers a number of useful functions for networking.

Building

nwutil uses SCons and pkg-config for building.

Before building nwutil for the first time, run

git submodule update --init

To build nwutil, run

scons [ prefix=<prefix> ]

from the top-level nwutil directory. The optional prefix argument is a directory, /usr/local by default, where the build system installs nwutil.

To install nwutil, run

sudo scons [ prefix=<prefix> ] install

Documentation

The header files under include contain detailed documentation.