added basic login support

This commit is contained in:
2025-10-12 00:21:32 +02:00
parent 0ab7c52cfc
commit 4b0a9bdd6d
8 changed files with 254 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
## Setup
pacman -S crow asio gdb gcc cmake make sqlite3
pacman -S crow asio gdb gcc cmake make sqlite3 libsodium
## Build
@@ -9,6 +9,12 @@ pacman -S crow asio gdb gcc cmake make sqlite3
build : Ctrl+Shift+P → "CMake: Configure"
run : F5 or Run → Start Debugging
### CompileDB
```
cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
```
## Make Package
1. tar the source files to make it cleaner