From c6dcb4091ba9620d12f932236c5fef02937a0150 Mon Sep 17 00:00:00 2001 From: Lorenzo Pini Date: Wed, 16 Jan 2019 10:47:14 +0100 Subject: [PATCH 1/2] Fix Build instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f632a8b3..495d7f50 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libmediainfo-dev lib Ensure you obtain the repository recursively. ``` git clone https://github.com/meganz/MEGAcmd.git +cd MEGAcmd git submodule update --init --recursive ``` @@ -56,8 +57,9 @@ For platforms with Autotools, MEGAcmd can be built and installed with: ./configure make make install + ldconfig -* You will need to run `make install` as root +* You will need to run `make install` and `ldconfig` as root `Note`: if you use a prefix in configure, autocompletion from non-interactive usage won't work. You would need to `source /YOUR/PREFIX/etc/bash_completion.d/megacmd_completion.sh` From 89116372829f1e8d147e9654b9328822423a91d7 Mon Sep 17 00:00:00 2001 From: Lorenzo Pini Date: Fri, 18 Jan 2019 10:38:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 495d7f50..6ae2ff4c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ For platforms with Autotools, MEGAcmd can be built and installed with: ./configure make make install - ldconfig * You will need to run `make install` and `ldconfig` as root