From 869ab8e75f59ab4ee7360c95e70e59a2dedad6aa Mon Sep 17 00:00:00 2001 From: HuBinBin <461654815@qq.com> Date: Thu, 1 Sep 2022 09:01:11 +0800 Subject: [PATCH] add sudo ldconfig --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f24d6f..53b39d7a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Speed and compression quality can be selected with ```--preset```, or by setting ### Parameters -[comment]: # (BEGIN KVAZAAR HELP MESSAGE) +[comment]: # "BEGIN KVAZAAR HELP MESSAGE" ``` Usage: kvazaar -i --input-res x -o @@ -347,7 +347,7 @@ Deprecated parameters: (might be removed at some point) -w, --width : Use --input-res. -h, --height : Use --input-res. ``` -[comment]: # (END KVAZAAR HELP MESSAGE) +[comment]: # "END KVAZAAR HELP MESSAGE" ### LP-GOP syntax @@ -429,6 +429,7 @@ Run the following commands to compile and install Kvazaar. ./configure make sudo make install + sudo ldconfig See `./configure --help` for more options.