mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 16:15:22 +03:00
include git in build
This commit is contained in:
parent
e34f94851f
commit
28d48dc60c
@ -7,7 +7,7 @@ SQLITE_VEC_VERSION="0.1.3"
|
|||||||
cp /etc/apt/sources.list /etc/apt/sources.list.d/sources-src.list
|
cp /etc/apt/sources.list /etc/apt/sources.list.d/sources-src.list
|
||||||
sed -i 's|deb http|deb-src http|g' /etc/apt/sources.list.d/sources-src.list
|
sed -i 's|deb http|deb-src http|g' /etc/apt/sources.list.d/sources-src.list
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -yqq build-dep sqlite3 gettext
|
apt-get -yqq build-dep sqlite3 gettext git
|
||||||
|
|
||||||
mkdir /tmp/sqlite_vec
|
mkdir /tmp/sqlite_vec
|
||||||
# Grab the sqlite_vec source code.
|
# Grab the sqlite_vec source code.
|
||||||
@ -19,5 +19,5 @@ cd /tmp/sqlite_vec/sqlite-vec-${SQLITE_VEC_VERSION}
|
|||||||
make loadable
|
make loadable
|
||||||
|
|
||||||
# install it
|
# install it
|
||||||
cp dist/vec0 /usr/local/lib
|
cp dist/vec0.so /usr/local/lib
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user