Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 566 Bytes

File metadata and controls

15 lines (12 loc) · 566 Bytes

TLL Netlink

Netlink channel for TLL.

Building the Package

  1. Install dckrbuild from https://github.com/arthur-cpp/dckrbuild.
  2. Build the project:
    • Create a version tag: git tag vX.X.X
    • Run the build script: ./scripts/pack.sh
    • Artifacts will be generated in the result/ directory.
  3. Set up deployment:
    • Copy scripts/deploy.sh.example to scripts/deploy.sh.
    • Configure the variables in the script.
    • Use it to push the package to your aptly-based repository.