?? 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 + -