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