From 19bd05149d3b72cbbd056f2de49f8a6b8f33ec5d Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Fri, 4 Sep 2020 21:48:13 -0400 Subject: [PATCH] updated Anime4KCPP build script for the latest Anime4KCPP --- src/video2x_setup_ubuntu.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/video2x_setup_ubuntu.sh b/src/video2x_setup_ubuntu.sh index fed2b69..8546bee 100755 --- a/src/video2x_setup_ubuntu.sh +++ b/src/video2x_setup_ubuntu.sh @@ -197,8 +197,9 @@ mkdir -v $TEMP/anime4kcpp/build cd $TEMP/anime4kcpp/build /cmake/bin/cmake -DBuild_GUI=OFF .. make -j$(nproc) -mv -v $TEMP/anime4kcpp/build $INSTALLATION_PATH/video2x/src/dependencies/anime4kcpp -mv -v $TEMP/anime4kcpp/models_rgb $INSTALLATION_PATH/video2x/src/dependencies/anime4kcpp/models_rgb +mkdir -p $INSTALLATION_PATH/video2x/src/dependencies/anime4kcpp/CLI/Anime4KCPP_CLI +mv -v $TEMP/anime4kcpp/build $INSTALLATION_PATH/video2x/src/dependencies/anime4kcpp/CLI/Anime4KCPP_CLI +ln -s $INSTALLATION_PATH/video2x/src/dependencies/anime4kcpp/bin/libAnime4KCPPCore.so /usr/lib # rewrite config file values python3.8 - <