Просмотр исходного кода

Add cURL to needed dependencies.

Miku AuahDark 2 лет назад
Родитель
Сommit
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.