10 lines
154 B
Markdown
10 lines
154 B
Markdown
## Setup
|
|
|
|
pacman -S crow asio gdb gcc cmake make
|
|
|
|
## Build
|
|
|
|
### vscode
|
|
|
|
build : Ctrl+Shift+P → "CMake: Configure"
|
|
run : F5 or Run → Start Debugging |