소스 검색

Add cURL to needed dependencies.

Miku AuahDark 2 년 전
부모
커밋
f3e3b56eca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ Build
 First, install these dependencies (adapt accordingly for non-Debian distro):
 
 ```sh
-sudo apt-get install autotools-dev automake autoconf libtool patchelf
+sudo apt-get install autotools-dev automake autoconf libtool patchelf curl
 ```
 
 Then followed by [all dependencies required by SDL](https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md#build-dependencies), but **not** the SDL itself.