mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Adjust folder name
This commit is contained in:
parent
d7270bb9cd
commit
b9faa96cc1
@ -9,7 +9,7 @@ PYSQLITE3_VERSION="0.5.3"
|
|||||||
if [[ ! -d "sqlite" ]]; then
|
if [[ ! -d "sqlite" ]]; then
|
||||||
wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz
|
wget https://github.com/sqlite/sqlite/archive/refs/tags/version-${SQLITE3_VERSION}.tar.gz -O sqlite.tar.gz
|
||||||
tar xzf sqlite.tar.gz
|
tar xzf sqlite.tar.gz
|
||||||
cd sqlite/
|
cd sqlite-version-${SQLITE3_VERSION}/
|
||||||
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always
|
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always
|
||||||
make sqlite3.c
|
make sqlite3.c
|
||||||
cd ../
|
cd ../
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user