File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ pushd depends && ./install_webp.sh && popd
5151pushd depends && ./install_imagequant.sh && popd
5252
5353# raqm
54- pushd depends && ./install_raqm.sh && popd
54+ pushd depends && sudo ./install_raqm.sh && popd
5555
5656# libavif
57- pushd depends && ./install_libavif.sh && popd
57+ pushd depends && sudo ./install_libavif.sh && popd
5858
5959# extra test images
6060pushd depends && ./install_extra_test_images.sh && popd
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ cmake \
5959 " ${LIBAVIF_CMAKE_FLAGS[@]} " \
6060 .
6161
62- sudo make install
62+ make install
6363
6464popd
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ archive=libraqm-0.10.3
88
99pushd $archive
1010
11- meson build --prefix=/usr && sudo ninja -C build install
11+ meson build --prefix=/usr && ninja -C build install
1212
1313popd
You can’t perform that action at this time.
0 commit comments