⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 股票分析源代码
💻
字号:
If you want to compile this program,please see INSTALL for detail, or type :./configure --helpThe following is simple to dotar zxvf hbstock-1.0.tar.gzcd hbstock-1.0./configure --prefix=/opt/hbstock makemake installNote:1. if you checkout hbstock from cvs,then you must first run bootstrap.sh to generate configure2. hbstock 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/hbstock --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 buildhbstock in these envirnoment, you can donwload a pre-built binary in :       http://sourceforge.net/projects/mingw-install5. If you want to develop hbstock 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. hbstock use ACE Version >= 5.4.X and cppunit Version >= 1.10.27. If you have upgrade gettext, should execute : gettextize -c -f in root directory.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. libiconv (I18N/L10N) (optional)4. gettext (I18N/L10N) (optional)Note : if you build hbstock in mingw, please don't build it in source code. if you do as that, hbconsole.exe can't be running. you should create a directory to build it.Example:tar zxvf hbstock-1.0.tar.gzmkdir buildcd build../hbstock-1.0/configure --prefix=/opt/hbstock

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -