Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04a347e

Browse files
committed
Fix libchdb install
1 parent91d4ea5 commit04a347e

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

‎lib/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm install
55

66
# install dependencies
7-
./update_libchdb.sh
7+
curl -sL https://lib.chdb.io| bash
88

99
# build the dynamic library
1010
node-gyp build

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"install":"npm run libchdb && npm run build",
1212
"test":"mocha",
13-
"libchdb":"./update_libchdb.sh",
13+
"libchdb":"curl -sL https://lib.chdb.io | bash",
1414
"fixloaderpath":"./fix_loader_path.sh",
1515
"build":"node-gyp configure build --verbose && npm run fixloaderpath"
1616
},

‎update_libchdb.sh‎

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp