File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3
3
update_libchdb :
4
4
./update_libchdb.sh
5
5
6
- install : update_libchdb
7
- @echo " All the tests an main.go will search libchdb.so in the Current Working Directory"
8
- @echo " We perfer to put libchdb.so in /usr/local/lib, so you can run"
9
- @echo " 'sudo cp -a libchdb.so /usr/local/lib' or 'make install' to do it"
10
- @echo " You can also put it in other places, but you need to set LD_LIBRARY_PATH on Linux or DYLD_LIBRARY_PATH on macOS"
11
- chmod +x libchdb.so
12
- sudo cp -a libchdb.so /usr/local/lib
13
- # if on Linux run `sudo ldconfig` to update the cache
14
- # if on macOS run `sudo update_dyld_shared_cache` to update the cache
6
+ install :
7
+ curl -sL https://lib.chdb.io | sudo bash
8
+
15
9
test :
16
10
CGO_ENABLED=1 go test -v -coverprofile=coverage.out ./...
17
11
You can’t perform that action at this time.
0 commit comments