13 lines
249 B
Markdown
13 lines
249 B
Markdown
# clist
|
|
Cloud drive explorer for C/C++
|
|
|
|
## Build On Debian
|
|
|
|
* Debian `apt-get install libcurl4-openssl-dev libspdlog-dev libqrcodegen-dev libmbedtls-dev`
|
|
|
|
## Build On Windows
|
|
|
|
```bash
|
|
cmake -B build -DCMAKE_BUILD_TYPE=Release
|
|
cmake --build build
|
|
``` |