From cd8874d68c216e894ee0f1b4a82ed06933fd0fc5 Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sat, 2 Dec 2017 21:48:52 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=E6=B7=BB=E5=8A=A0Ubuntu=E4=B8=8B=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC=E5=AF=B9=E4=BA=8E?= =?UTF-8?q?XTP=E7=9A=84=E8=87=AA=E5=8A=A8=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index f0eabf67..27fd9235 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,10 @@ pushd vnpy/api/lts bash build.sh popd +pushd vnpy/api/xtp +bash build.sh +popd + pushd vnpy/api/ib bash build.sh popd