From 447d4e6c47cff1ed9906499ee5d151749138a390 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 6 May 2020 22:14:15 +0400 Subject: [PATCH] Remove Portaudio from building instructions Since it loaded at runtime with dlopen anyway and headers from the system package are OK --- .github/workflows/linux.yml | 13 ------------- docs/building-cmake.md | 8 -------- 2 files changed, 21 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 92cd2cf6e..3403cdfb5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -335,19 +335,6 @@ jobs: sudo cp -R ffmpeg-cache/. / - - name: PortAudio. - run: | - cd $LibrariesPath - - git clone https://git.assembla.com/portaudio.git - cd portaudio - git checkout 396fe4b669 - ./configure - make -j$(nproc) - sudo make install - cd .. - rm -rf portaudio - - name: OpenAL Soft. run: | cd $LibrariesPath diff --git a/docs/building-cmake.md b/docs/building-cmake.md index cb9e2d36b..0804dd124 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -189,14 +189,6 @@ Go to ***BuildPath*** and run sudo make install cd .. - git clone https://git.assembla.com/portaudio.git - cd portaudio - git checkout 396fe4b669 - ./configure - make $MAKE_THREADS_CNT - sudo make install - cd .. - git clone git://repo.or.cz/openal-soft.git cd openal-soft git checkout openal-soft-1.20.1