mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-06 15:24:26 +00:00
Remove Portaudio from building instructions
Since it loaded at runtime with dlopen anyway and headers from the system package are OK
This commit is contained in:
parent
d0e3d15e8e
commit
447d4e6c47
13
.github/workflows/linux.yml
vendored
13
.github/workflows/linux.yml
vendored
@ -335,19 +335,6 @@ jobs:
|
|||||||
|
|
||||||
sudo cp -R ffmpeg-cache/. /
|
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.
|
- name: OpenAL Soft.
|
||||||
run: |
|
run: |
|
||||||
cd $LibrariesPath
|
cd $LibrariesPath
|
||||||
|
@ -189,14 +189,6 @@ Go to ***BuildPath*** and run
|
|||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
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
|
git clone git://repo.or.cz/openal-soft.git
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
git checkout openal-soft-1.20.1
|
git checkout openal-soft-1.20.1
|
||||||
|
Loading…
Reference in New Issue
Block a user