Skip to content

Commit

Permalink
fix depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
“sosie-js” committed Jun 24, 2024
1 parent 08210ea commit b7ef091
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build-plugins/plugin-assrender.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#requires meson build >= 0.64.0
retry_git_clone https://github.com/mesonbuild/meson
cd meson
sudo python3 setup.py install
cd ..

# 0.17.2
retry_git_clone https://github.com/libass/libass
cd libass
autoreconf -fiv
./configure --prefix="/usr"
make -j$(nproc)
make install distclean
cd ..

retry_git_clone https://github.com/AmusementClub/assrender
cd assrender
cmake -B build -S .
Expand All @@ -12,3 +27,4 @@ cp -f libassrender.so "$VSPREFIX/vsplugins/"
cd ..
cd ..
rm -rf assrender
rm -rf libass

0 comments on commit b7ef091

Please sign in to comment.