parent
c3109de13e
commit
83f2d10a2d
@ -1,4 +1,30 @@
|
|||||||
# ubl-settings-datetime
|
# ubl-settings-datetime
|
||||||
# Настройки даты и времени
|
# Настройки даты и времени
|
||||||
|
[RU] Утилита для настройки даты и времени
|
||||||
|
|
||||||
|
Utility for setting the date and time
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# Build
|
||||||
|
In order to build check-hostalive you will need:
|
||||||
|
|
||||||
|
- CMake
|
||||||
|
- C compiler
|
||||||
|
- GTK+ 3 & dependencies
|
||||||
|
|
||||||
|
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
|
||||||
|
|||||||
Loading…
Reference in new issue