File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ DolphinDB C++ API requires g++ 6.2 or later versions in Linux.
6060
6161#### 1.1.2 Download bin file and header files
6262
63- Download the following files:
63+ [ Download] ( https://github.com/dolphindb/api-cplusplus/releases ) the following files:
6464
65- > bin (libDolphinDBAPI.so)
66- include (DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h)
65+ > libDolphinDBAPI.so DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h
6766
6867#### 1.1.3 Compile main.cpp
6968
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ C++ API需要使用g++ 4.8.5及以上版本。
7979
8080#### 1.1.2 下载bin文件和头文件
8181
82- 从本GitHub项目中下载以下文件 :
82+ 从本GitHub项目中 [ 下载 ] ( https://github.com/dolphindb/api-cplusplus/releases ) 以下文件 :
8383
84- - [ bin ] ( ./bin ) ( libDolphinDBAPI.so)
85- - [ include ] ( ./include ) ( DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h)
84+ - libDolphinDBAPI.so
85+ - DolphinDB.h Exceptions.h SmartPointer.h SysIO.h Types.h Util.h
8686
8787#### 1.1.3 编译main.cpp
8888
You can’t perform that action at this time.
0 commit comments