mirror of
https://github.com/altlinux/admc.git
synced 2025-01-09 17:18:15 +03:00
0f8e2eaeba
revert turning all warnings into errors, not usable with \ sisyphus spitting out different warnings from p10 add some specifics -Werror's |
||
---|---|---|
.gear | ||
.github/workflows | ||
cmake | ||
debian | ||
doc | ||
script | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
CHANGELOG.txt | ||
CMakeLists.txt | ||
Dockerfile | ||
Dockerfile.debian | ||
LICENSE.md | ||
README.md |
Building
Dependencies:
- qt (core, widgets, help, linguist tools)
- samba (smbclient, ndr)
- glib2 (resolv)
- ldap
- krb5
- uuid
Once dependencies are installed, run this from the admc folder:
$ mkdir build
$ cd build
$ cmake ..
$ make -j12
If the build fails, check build output for missing dependencies.
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