mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
11 lines
309 B
Batchfile
11 lines
309 B
Batchfile
@echo off
|
|
|
|
curl -L https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip -o sqlite-amalgamation-3450300.zip
|
|
|
|
unzip sqlite-amalgamation-3450300.zip -d thirdparty\
|
|
|
|
del thirdparty\sqlite-amalgamation-3450300\shell.c
|
|
|
|
move /y thirdparty\sqlite-amalgamation-3450300 thirdparty\sqlite
|
|
|
|
dir thirdparty\sqlite
|