mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
add build_deps.sh
Former-commit-id: aedd4ad1c93658f7d1d13457b085b832d025c225
This commit is contained in:
parent
71e201fc49
commit
2590072bb2
@ -67,7 +67,8 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
- MS-610 - Change error code base value from hex to decimal
|
||||
- MS-624 - Re-organize project directory for open-source
|
||||
- MS-635 - Add compile option to support customized faiss
|
||||
|
||||
- MS-660 - add ubuntu_build_deps.sh
|
||||
|
||||
# Milvus 0.4.0 (2019-09-12)
|
||||
|
||||
## Bug
|
||||
|
||||
5
core/ubuntu_build_deps.sh
Executable file
5
core/ubuntu_build_deps.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get install -y gfortran libmysqlclient-dev mysql-client libcurl4-openssl-dev
|
||||
|
||||
sudo ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
|
||||
Loading…
x
Reference in New Issue
Block a user