v4.0.0-rc

This commit is contained in:
2024-10-02 17:30:43 -04:00
parent 9f14fd745c
commit ee51ce5ed5
23 changed files with 380 additions and 433 deletions

48
README
View File

@@ -10,6 +10,52 @@ much more time, it should futureproof Glacier and make it easier to deploy and t
+ Usage
#include <glacier_log.h>
#include <glacier_config.h>
#include <glacier_log.h>
#include <glacier_pkgops.h>
#include <glacier_runtime.h>
See the relevant documentation for more information on libglacier functions.
+ Installation
Libglacier requires the following libraries to compile:
- libcolor
- libconfig
Once these are installed, you can continue with the installation.
Clone this repository:
$ git clone https://git.everestlinux.org/EverestLinux/libglacier
Enter the directory and edit config.mk:
$ cd libglacier
$ $EDITOR config.mk
Build the library:
$ make
NOTE: libglacier is distributed as a static library only.
Install the library and header files:
# make install
+ Linking
To link libglacier into your program, ensure the proper header files are included.
Then simply add the following to your compiler flags:
-lglacier
+ Documentation
Online documentation can be found at https://everestlinux.org/docs/libglacier
Offline documentation can be accessed with the following command:
$ man libglacier