This repository was archived by the owner on May 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Building from source
Lucca Greschner edited this page May 5, 2023
·
9 revisions
The following packages are needed for building.
Note: Building is only supported on linux. Other systems are considered unsupported and the build process is not guaranteed to work
- Go 1.19 or 1.20
- make
- libpam
The remaining dependencies are automatically installed by go. Thus, an active internet connection is needed to build the project reliably.
sudo dnf install golang make pam-develsudo apt update
sudo apt install golang make libpam0g-devsudo apt updateAdd the following line to your /etc/apt/sources.list-file:
deb http://deb.debian.org/debian bullseye-backports main
sudo apt update
sudo apt install -t bullseye-backports golang-1.19
sudo apt install make libpam0g-devTo build the project run the following command in the project's root directory:
make buildThe compiled binary can be found in the bin folder
- Home
- Backend Documentation
- Frontend Documentation
- Protocol Documentation
- Reflection