mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +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)
|
||||
|
||||
@@ -65,8 +65,8 @@ bash ./scripts/install-build-deps.sh
|
||||
mkdir build && mv build
|
||||
cmake ..
|
||||
|
||||
## in macOS, you may need OPENSSL_ROOT_DIR for cmake:
|
||||
cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
|
||||
# in macOS, you may need OPENSSL_ROOT_DIR for cmake:
|
||||
# cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
|
||||
|
||||
# build
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user