Skip to content

Conversation

@D4rkDuck
Copy link

@D4rkDuck D4rkDuck commented Dec 7, 2025

Disclaimer: No optional tasks have been completed
Gitlab: luxik

Instructions to run code

  1. Checkout the PR and navigate into repo
  2. Build Docker Image (Choose something for the imageName)
docker buildx build -t <imageName> .
  1. Run Container
docker run -it --mount type=bind,src=.,dst=/mnt/host <imageName>
  1. Navigate into the repo
cd mnt/host
  1. Create build folder and navigate into
mkdir build
cd build
  1. Cmake commands
cmake ..
make
make install
make package

This should have created a tar and deb file.
Using lintian with the deb file:

screenshot-cpack-luxik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant