summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-11-17 21:46:21 +0900
committerRyo Nakamura <upa@haeena.net>2022-11-17 21:46:21 +0900
commitd448f9eb8aae605e6df53e4545e8170bcd9fd7cc (patch)
treed874c38ff01ce943ab2649403c391af2792a2b1e /README.md
parenta2b4a4c7b3cd0b0071fdacaee9cc3cb34b264de2 (diff)
implement local-to-remote copy with async_write
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0fc8ba..2d2f092 100644
--- a/README.md
+++ b/README.md
@@ -192,6 +192,6 @@ make && make install
# mv to mscp dir
mv ../..
mkdir build && cd build
-cmake .. -DLIBSSH_PATH=../libssh-installed
+cmake .. -DLIBSSH_PATH=$(pwd)/../libssh-installed -DWITH_ASYNC_WRITE=1
make
-``` \ No newline at end of file
+```