mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Fix zlib linkage
This commit is contained in:
10
.github/workflows/linux.yml
vendored
10
.github/workflows/linux.yml
vendored
@@ -111,16 +111,6 @@ jobs:
|
|||||||
|
|
||||||
cmake --version
|
cmake --version
|
||||||
|
|
||||||
- name: Zlib.
|
|
||||||
run: |
|
|
||||||
cd $LibrariesPath
|
|
||||||
|
|
||||||
git clone $GIT/madler/zlib.git
|
|
||||||
cd zlib
|
|
||||||
./configure
|
|
||||||
make -j$(nproc)
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
- name: Opus cache.
|
- name: Opus cache.
|
||||||
id: cache-opus
|
id: cache-opus
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
@@ -58,13 +58,6 @@ Go to ***BuildPath*** and run
|
|||||||
cd ../
|
cd ../
|
||||||
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
|
git clone --branch 0.10.0 https://github.com/ericniebler/range-v3
|
||||||
|
|
||||||
git clone https://github.com/madler/zlib.git
|
|
||||||
cd zlib
|
|
||||||
./configure
|
|
||||||
make $MAKE_THREADS_CNT
|
|
||||||
sudo make install
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
git clone https://github.com/xiph/opus
|
git clone https://github.com/xiph/opus
|
||||||
cd opus
|
cd opus
|
||||||
git checkout v1.3
|
git checkout v1.3
|
||||||
@@ -254,12 +247,12 @@ Go to ***BuildPath*** and run
|
|||||||
-force-debug-info \
|
-force-debug-info \
|
||||||
-opensource \
|
-opensource \
|
||||||
-confirm-license \
|
-confirm-license \
|
||||||
|
-qt-zlib \
|
||||||
-qt-libpng \
|
-qt-libpng \
|
||||||
-qt-libjpeg \
|
-qt-libjpeg \
|
||||||
-qt-harfbuzz \
|
-qt-harfbuzz \
|
||||||
-qt-pcre \
|
-qt-pcre \
|
||||||
-qt-xcb \
|
-qt-xcb \
|
||||||
-system-zlib \
|
|
||||||
-system-freetype \
|
-system-freetype \
|
||||||
-fontconfig \
|
-fontconfig \
|
||||||
-no-opengl \
|
-no-opengl \
|
||||||
|
Reference in New Issue
Block a user