1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-20 14:50:06 +03:00
2021-03-29 12:09:03 +04:00
2021-03-26 18:22:11 +04:00
2020-11-16 14:59:56 +04:00
2021-03-04 15:34:50 +04:00
2021-02-05 18:19:06 +04:00
2021-03-29 12:09:03 +04:00
2021-03-02 14:08:14 +04:00
2021-02-05 18:19:06 +04:00
2021-02-11 14:54:40 +04:00

Building

See .gear/admc.spec for required packages.

  • "BuildRequires:" - packages required for building the app.
  • "Requires:" - packages required for running the app.

Once required packages are installed, run this from the admc folder:

$ mkdir build
$ cd build
$ cmake ..
$ make -j12

Note that currently ADMC is only guaranteed to be buildable on ALTLinux.

Usage:

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.

Launch admc from the build directory:

$ ./admc

Testing

Tests also require a domain and a connection to the domain.

Launch tests from the build directory:

$ ./admc-test

Screenshots

image

Description
No description provided
Readme 12 MiB
Languages
C++ 78.5%
C 20.5%
CMake 1%