📄 readme
字号:
tdx_data is dataloader of tdx(Tong Da Xing) in China market.It is used to load tdx data.If you want to compile this program,please see INSTALL for detail, or type :./configure --helpThe following is simple to dotar zxvf tdx_data-1.0.tar.gzcd tdx_data-1.0./configure --prefix=/opt/tdx_data --with-ace=/opt/ace --with-hbstock=/opt/hbstockmakemake installinstall tdx_data to /opt/hbstock :1. cd /opt/tdx_data/bin2. ./install_module.shBefore you use install_module.sh, you should edit install_module.sh file to change hbstock_root=/home/hbzhang/hbstock to hbstock_root=/opt/hbstock.Note :1. if you checkout tdx_data from cvs,you must first run bootstrap.sh to generate configure2. tdx_data depend on ACE, if configure don't find ACE, you should add --with-ace=$ACE_PATH example: suppose ACE installed in /opt/ace ./configure --prefix=/opt/tdx_data --with-ace=/opt/ace3. ACE must be built using autoconf,automake, it's directoy like this: /opt/ace -- include/ -- lib/4. ACE 5.4.X can't be built using automake in Windows XP (Mingw32,Cygwin),if you want to buildtdx_data in these envirnoment, you can donwload a pre-built binary in : http://sourceforge.net/projects/mingw-install5. If you want to develop tdx_data in Mingw, I suggest you go to http://sourceforge.net/projects/mingw-installto download the Mingw-install packages , it contain the full packages of automake,autoconf,libtool,libiconv and gettext.6. tdx_data use ACE Version >= 5.4.X and cppunit Version >= 1.10.27. tdx_data depend on hbstock, you should install hbstock on your computer first. This program has been tested in1. Windows XP (MinGW) gcc-3.4.52. Windows XP (Cygwin) gcc-3.4.43. Linux (Fedora Core 4) gcc-4.0.2If you want to see new feature, please see ChangeLogDependence Software:1. ACE http://www.cs.wustl.edu/~schmidt/ACE.html2. cppunit (only used for test) http://cppunit.sourceforge.net3. hbstock 4. libiconv (I18N/L10N) (optional)5. gettext (I18N/L10N) (optional)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -