everest-logo Home About Install Packages Downloads Docs Errata Git ↗

1 - Introduction

libglacier is the backend library for Glacier. It simplifies many functions and allows users to extend Glacier's functionality.

2 - Installation

In order to install libglacier, the following libraries must be installed:

Once these libraries are installed, clone the libglacier repository:

$ git clone https://git.everestlinux.org/EverestLinux/libglacier

Enter the repository and edit the make configuration file:

$ cd libglacier

$ ${EDITOR} config.mk

CAUTION

Before proceeding with ANY other step, make sure you define PREFIX in config.mk.

By default this variable is not defined. Results will be unexpected if the library is compiled without PREFIX defined.

Build the library:

$ make lib

NOTE

libglacier is provided as a static library only.

If you wish to compile a shared library instead, you must edit the Makefile