Skip to content

lite version of glib that only contains ghash, glist, gslist, gqueue, and gmem.

License

Notifications You must be signed in to change notification settings

libvmi/glib_lite

This branch is 2 commits behind Bareflank/glib_lite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad930d8 · Feb 3, 2017

History

5 Commits
Feb 3, 2017
Feb 3, 2017
Feb 3, 2017
Feb 3, 2017
Feb 3, 2017
Feb 3, 2017

Repository files navigation

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. The 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).

About

lite version of glib that only contains ghash, glist, gslist, gqueue, and gmem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • C++ 8.5%
  • Makefile 0.2%