From 7374a43de475f3a9aac123e7abbe1cd872c3feb9 Mon Sep 17 00:00:00 2001 From: Avery King Date: Sun, 11 Jul 2021 10:48:11 -0700 Subject: [PATCH] Removed libcurl --- linux/required_libraries.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/required_libraries.md b/linux/required_libraries.md index 8de6e77182..eebd691643 100644 --- a/linux/required_libraries.md +++ b/linux/required_libraries.md @@ -7,7 +7,6 @@ | libsoxr | >= 0.1.3 | libsoxr-dev | | ~~portaudio-v19~~ | ~~>= 19.6.0~~ | ~~portaudio19-dev~~ | | sqlite3 | >= 3.31.1 | libsqlite3-dev | -| libcurl | >= 7.68.0 | libcurl-dev | | ffmpeg | >= 4.2.4 | libavcodec-dev libavformat-dev libavutil-dev | | libid3tag | >= 0.15.1b | libid3tag0-dev | | libmad | >= 0.15.1b | libmad0-dev | @@ -26,4 +25,4 @@ | libsbsms | >= 2.0.2 | libsbsms-dev | | soundtouch | >= 2.1.2 | libsoundtouch-dev | | twolame | >= 0.4.0 | libtwolame-dev | -| zlib | >= 1.2.11 | libzlib1g-dev | \ No newline at end of file +| zlib | >= 1.2.11 | libzlib1g-dev |