mirror of
https://github.com/altlinux/admc.git
synced 2025-01-09 17:18:15 +03:00
7899968b80
make it the same for admc and adldap move admc translation files to admc dir delete translations dir move translations.qrc into admc.qrc |
||
---|---|---|
.gear | ||
.github/workflows | ||
cmake | ||
doc | ||
script | ||
src | ||
tests | ||
.gitignore | ||
CHANGELOG.txt | ||
CMakeLists.txt | ||
Dockerfile | ||
LICENSE.md | ||
README.md |
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