add alipan
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
# clist
|
||||
# cDrive
|
||||
|
||||
Cloud drive explorer for C/C++
|
||||
|
||||
## Build On Debian
|
||||
|
||||
* Debian `apt-get install libcurl4-openssl-dev libspdlog-dev libqrcodegen-dev libmbedtls-dev`
|
||||
* Debian `apt-get install libcurl4-openssl-dev libfmt-dev libqrcodegen-dev libmbedtls-dev`
|
||||
|
||||
## Build On Windows
|
||||
|
||||
```bash
|
||||
curl -sL https://github.com/gabime/spdlog/archive/v1.13.0.tar.gz | tar zxf -
|
||||
curl -sL https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz | tar zxf -
|
||||
cmake -B build -G 'MinGW Makefiles' -DCMAKE_INSTALL_PREFIX=/c/MinGW64 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_BUILD_SHARED=ON
|
||||
-DFMT_DOC=OFF -DFMT_TEST=OFF
|
||||
|
||||
curl -sL https://github.com/Mbed-TLS/mbedtls/archive/v2.28.3.tar.gz | tar zxf -
|
||||
cmake -B build -G 'MinGW Makefiles' -DCMAKE_INSTALL_PREFIX=/c/MinGW64 -DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
Reference in New Issue
Block a user