You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
890 B
40 lines
890 B
# libublsettings
|
|
# Выполнить
|
|
# Build
|
|
In order to build ubl-settings-logging you will need:
|
|
|
|
- CMake
|
|
- C compiler
|
|
|
|
Once you have all the necessary dependencies, you can use:
|
|
```sh
|
|
$ make
|
|
```
|
|
|
|
# Installation
|
|
After a successful build, just use:
|
|
```sh
|
|
$ sudo make install clean
|
|
```
|
|
|
|
# Uninstallation
|
|
After a successful build, just use:
|
|
```sh
|
|
$ sudo make uninstall
|
|
```
|
|
# Library usage
|
|
Libublsettings-ui provides 2 libraries:
|
|
```C
|
|
#include <ublsettings.h>
|
|
```
|
|
|
|
## ublsettings
|
|
Ubl-utils provides various utility functions used in ubl-settings- applications. They are divided into sections as:
|
|
**Dictionary functions** yon_dictionary;
|
|
**String functions** yon_char;
|
|
**String array functions** yon_char_parsed;
|
|
**UBL misc functions** yon_ubl
|
|
**Parsing functions**
|
|
**File manipulating functions** yon_file
|
|
**UBconfig manipulation functions** yon_config
|
|
**Terminal functions** yon_launch |