381 B
381 B
Setup
pacman -S crow asio gdb gcc cmake make
Build
vscode
build : Ctrl+Shift+P → "CMake: Configure" run : F5 or Run → Start Debugging
Make Package
- 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
- create the package
makepkg -fL