mirror of
https://github.com/upa/mscp.git
synced 2026-02-16 10:54:47 +08:00
update README
This commit is contained in:
@@ -198,6 +198,13 @@ make && make install
|
|||||||
# build mscp with the patched libssh
|
# build mscp with the patched libssh
|
||||||
mv ../.. # mv to mscp dir
|
mv ../.. # mv to mscp dir
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
||||||
|
# on ubuntu
|
||||||
cmake .. -DLIBSSH_PATH=$(pwd)/../libssh-installed -DWITH_ASYNC_WRITE=1
|
cmake .. -DLIBSSH_PATH=$(pwd)/../libssh-installed -DWITH_ASYNC_WRITE=1
|
||||||
|
|
||||||
|
# on macOS (intel)
|
||||||
|
cmake .. -DLIBSSH_PATH=$(pwd)/../libssh-installed -DWITH_ASYNC_WRITE=1 \
|
||||||
|
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
|
||||||
|
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user