1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-22 18:03:57 +03:00
admc/README.md

28 lines
664 B
Markdown
Raw Normal View History

2021-02-08 12:21:39 +04:00
2021-02-11 13:44:28 +04:00
# Building
2020-04-28 15:43:16 +04:00
2021-02-11 13:44:28 +04:00
See .gear/admc.spec for required packages.
- "BuildRequires:" - packages required for building the app.
- "Requires:" - packages required for running the app.
2021-02-11 13:44:28 +04:00
Once required packages are installed, run this from the admc folder:
```
$ mkdir build
$ cd build
$ cmake ..
$ make -j12
```
2021-02-11 13:44:28 +04:00
# Usage:
2021-02-11 13:44:28 +04:00
This app requires a working Active Directory domain and for the client machine to be connected and logged into the domain. You can find articles about these topics on [ALTLinux wiki](https://www.altlinux.org/%D0%94%D0%BE%D0%BC%D0%B5%D0%BD).
2021-02-11 13:44:28 +04:00
Launch admc from the build directory:
```
$ ./admc
```
2021-02-11 13:44:28 +04:00
# Screenshots
2021-02-11 13:44:28 +04:00
![image](https://i.imgur.com/GuRmwnq.png)