1
0

Initial commit

This commit is contained in:
2023-04-13 15:21:21 +08:00
commit f4e7319a44
7 changed files with 148 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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
```