added pkg build for project

This commit is contained in:
2025-05-30 12:28:38 +02:00
parent 1e9a377c2a
commit 3d3264d8d6
8 changed files with 59 additions and 24 deletions

View File

@@ -7,4 +7,17 @@ pacman -S crow asio gdb gcc cmake make
### vscode
build : Ctrl+Shift+P → "CMake: Configure"
run : F5 or Run → Start Debugging
run : F5 or Run → Start Debugging
## Make Package
1. tar the source files to make it cleaner
```
tar czf lf-server-admin-panel-0.1.0.tar.gz src/ static/ templates/ lf-server-admin-panel.service CMakeLists.txt
```
2. create the package
```
makepkg -fL
```