File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,15 +187,15 @@ mv -v $TEMP/realsr-ncnn-vulkan/realsr-ncnn-vulkan-*-linux $INSTALLATION_PATH/vid
187
187
# install Anime4KCPP
188
188
# install the latest cmake for compiling Anime4KCPP
189
189
aria2c https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-Linux-x86_64.sh --dir / -o " $TEMP /cmake.sh"
190
- mkdir /cmake
191
- bash " $TEMP /cmake.sh" --prefix=/cmake --skip-license
190
+ mkdir $TEMP /cmake
191
+ bash " $TEMP /cmake.sh" --prefix=$TEMP /cmake --skip-license
192
192
193
193
# build and install Anime4KCPP
194
194
apt-fast install -y --no-install-recommends libopencv-dev opencl-dev
195
195
git clone --recurse-submodules --depth=1 --progress https://github.com/TianZerL/Anime4KCPP.git $TEMP /anime4kcpp
196
196
mkdir -v $TEMP /anime4kcpp/build
197
197
cd $TEMP /anime4kcpp/build
198
- /cmake/bin/cmake -DBuild_GUI=OFF ..
198
+ $TEMP /cmake/bin/cmake -DBuild_GUI=OFF ..
199
199
make -j$( nproc)
200
200
mv -v $TEMP /anime4kcpp/build $INSTALLATION_PATH /video2x/src/dependencies/anime4kcpp
201
201
ln -s $INSTALLATION_PATH /video2x/src/dependencies/anime4kcpp/bin/libAnime4KCPPCore.so /usr/lib
You can’t perform that action at this time.
0 commit comments