mirror of
https://github.com/upa/mscp.git
synced 2026-03-20 15:37:34 +08:00
update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# mscp
|
# mscp: multi-threaded scp
|
||||||
|
|
||||||
[](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [](https://github.com/upa/mscp/actions/workflows/build-macos.yml) [](https://github.com/upa/mscp/actions/workflows/test.yml)
|
[](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [](https://github.com/upa/mscp/actions/workflows/build-macos.yml) [](https://github.com/upa/mscp/actions/workflows/test.yml)
|
||||||
|
|
||||||
@@ -65,8 +65,8 @@ bash ./scripts/install-build-deps.sh
|
|||||||
mkdir build && mv build
|
mkdir build && mv build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
||||||
## in macOS, you may need OPENSSL_ROOT_DIR for cmake:
|
# in macOS, you may need OPENSSL_ROOT_DIR for cmake:
|
||||||
cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
|
# cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
|
||||||
|
|
||||||
# build
|
# build
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user