1
0
mirror of https://github.com/altlinux/admc.git synced 2024-10-26 08:55:21 +03:00
Go to file
2024-08-20 04:20:41 +04:00
.gear 0.16.4-alt1 2024-07-30 18:13:29 +04:00
cmake cmake: Don't abort when clang-format is not available 2023-02-15 00:58:02 +04:00
debian Fixed package names in install depends 2021-06-04 22:10:27 +02:00
share move admc.svg icon to "share" dir 2022-06-28 13:32:15 +04:00
src Add advanced selected objects getter to SelectObjectDialog 2024-08-20 04:20:41 +04:00
tests Arranging widgets 2024-06-27 22:34:39 +04:00
.clang-format clang-format: Ajust config 2023-02-15 00:57:11 +04:00
.gitignore Update ace compare samba source 2024-07-11 21:25:50 +04:00
CHANGELOG_ru.txt 0.16.4-alt1 2024-07-30 18:13:29 +04:00
CHANGELOG.txt 0.16.4-alt1 2024-07-30 18:13:29 +04:00
CMakeLists.txt Add 'clangformat' target to CMake 2023-02-15 00:58:02 +04:00
LICENSE.md Change project license due to linking with Samba parts 2020-11-06 20:32:35 +04:00
README.md Add 'clangformat' target to CMake 2023-02-15 00:58:02 +04:00

Building

Dependencies:

  • qt (core, widgets, help, linguist tools)
  • samba (smbclient, ndr)
  • glibc (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.

You can also format the sources by building clangformat target after cmake is run, for example:

make -C build clangformat

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