1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-09 17:18:15 +03:00
Go to file
Dmitry Degtyarev 7899968b80 improve translation build process
make it the same for admc and adldap
move admc translation files to admc dir
delete translations dir
move translations.qrc into admc.qrc
2021-03-25 16:38:44 +04:00
.gear setup help 2021-03-04 15:34:50 +04:00
.github/workflows add github action for admc 2021-02-05 18:19:06 +04:00
cmake add krb5 library 2020-11-16 14:59:56 +04:00
doc setup help 2021-03-04 15:34:50 +04:00
script add github action for admc 2021-02-05 18:19:06 +04:00
src improve translation build process 2021-03-25 16:38:44 +04:00
tests improve translation build process 2021-03-25 16:38:44 +04:00
.gitignore fix cmakelists for a build in separate dir 2020-09-04 14:57:14 +04:00
CHANGELOG.txt update CHANGELOG 2021-03-02 14:08:14 +04:00
CMakeLists.txt improve translation build process 2021-03-25 16:38:44 +04:00
Dockerfile add github action for admc 2021-02-05 18:19:06 +04:00
LICENSE.md Change project license due to linking with Samba parts 2020-11-06 20:32:35 +04:00
README.md rename to admctest 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