diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f61928d29ed618d6808d675cecf40fb2231673fb..097c7ed8831ce1e50ada4286d28e5d3dc832c7ef 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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 diff --git a/core/ubuntu_build_deps.sh b/core/ubuntu_build_deps.sh new file mode 100755 index 0000000000000000000000000000000000000000..06f05fa49fe19f8b31a0aeea087e401e06d64ee0 --- /dev/null +++ b/core/ubuntu_build_deps.sh @@ -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