Skip to content

Common utility for Linux system software programming.

License

Notifications You must be signed in to change notification settings

w180112/libutils

Repository files navigation

Common utility for Linux system software programming

BSD license libutils ci

This is a Linux userspace system software programmimg utility. Programmers can easily compile them into a static library and use provided APIs in their project.

How to use:

Git clone this repository

# git clone https://github.com/w180112/libutil.git

Type

# cd libutil

Use GNU build system to generate configure file and makefile

# autoreconf --install
# ./configure

Type make to compile

# make

Then you can find there is a static library in the same directory.

To remove the binary files

# make clean

About

Common utility for Linux system software programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages