diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-18 21:54:42 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-18 21:54:42 +0900 |
commit | 2c66652f74b0cbd9db199e8f56e3bfbb38e1968c (patch) | |
tree | b9643c4cd60a6ac8fbd6aa2a8a6753123b29e3c2 /README.md | |
parent | 04ae5ee1dca3c904517d183f91aeb57c1b7bdddf (diff) |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -198,6 +198,13 @@ make && make install # build mscp with the patched libssh mv ../.. # mv to mscp dir mkdir build && cd build + +# on ubuntu 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 ``` |