mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
removed foolish message of util/getsqlite.pl
This commit is contained in:
parent
516a927ce3
commit
b4162a1b04
1 changed files with 2 additions and 5 deletions
|
@ -43,11 +43,8 @@ print("done\n");
|
||||||
|
|
||||||
rm_rf('sqlite') || rm_rf("sqlite-$version_dotty") || rm_rf("sqlite-amalgamation-$version_dotty");
|
rm_rf('sqlite') || rm_rf("sqlite-$version_dotty") || rm_rf("sqlite-amalgamation-$version_dotty");
|
||||||
xsystem("tar zxvf sqlite.tar.gz");
|
xsystem("tar zxvf sqlite.tar.gz");
|
||||||
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || chdir("sqlite-autoconf-$version")
|
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || chdir("sqlite-autoconf-$version") || chdir("sqlite-autoconf-$version_as_num")
|
||||||
|| die "SQLite directory not found. getsqlite.pl needs fixing to work for SQLite 3.7.5+,"
|
|| die "SQLite directory not found.";
|
||||||
. " but meanwhile have a look at its source after line 48 and copy the primary files"
|
|
||||||
. " from the unpacked tarball over their counterparts in the root DBD::SQLite"
|
|
||||||
. " dir before you 'make': sqlite3.c, sqlite3.h, sqlite3ext.h, fts3_tokenizer.h";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue