Merge branch 'branch-0.5.0' into 'branch-0.5.0'

add build_deps.sh

See merge request megasearch/milvus!743

Former-commit-id: c534234ce9ca7126c2f7c9292bf1277ac9ccfaca
pull/191/head
jinhai 2019-10-15 18:15:05 +08:00
commit 1f216a1e27
2 changed files with 7 additions and 1 deletions

View File

@ -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
View 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