added basic login support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user