소스 검색

docs(getting-started): add libvips to arch linux (#2150)

DeemoDing 4 년 전
부모
커밋
4bc23c01c1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/getting-started/setup-linux.md

+ 2 - 1
docs/getting-started/setup-linux.md

@@ -42,7 +42,8 @@ $ sudo pacman -Syy && sudo pacman -S  webkit2gtk \
     openssl \
     appmenu-gtk-module \
     gtk3 \
-    squashfs-tools
+    squashfs-tools \
+    libvips
 ```
 
 </TabItem>