mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: install sqlite in travis
This commit is contained in:
parent
8dd8347759
commit
d1afc7f6df
|
@ -52,6 +52,15 @@ sudo apt-get install -y --force-yes \
|
|||
# Qt
|
||||
source /opt/qt55/bin/qt55-env.sh || yes
|
||||
|
||||
# sqlite
|
||||
wget https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz
|
||||
tar xvfz sqlite-autoconf-3240000.tar.gz
|
||||
cd sqlite-autoconf-3240000
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ..
|
||||
|
||||
# ffmpeg
|
||||
if [ ! -e "libs" ]; then mkdir libs; fi
|
||||
if [ ! -e "ffmpeg" ]; then mkdir ffmpeg; fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user