Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.16 KB

GLib Lite

GitHub version Build Status Join the chat at https://gitter.im/Bareflank-hypervisor/Lobby

Description

This repo contains a lite version of glib that only contains ghash, glist, gslist, gqueue and gmem. This was created to support LibVMI on systems that cannot support a full GLib including the Bareflank Hypervisor, and Unikernels like IncludeOS.

Compilation / Usage

To compile, run make as usual. If you are cross compiling (as is the case with both Bareflank and IncludeOS), you will need to set CC and AR.

make CC=<> AR=<>
make install prefix=<>

To clean

make clean

License

This repo is licensed under the GNU Lesser General Public License v2.1 (LGPL).