LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1076|回复: 3

iStock 0.5 for Linux - 纪念9.18事件79周年。

[复制链接]
发表于 2010-9-18 14:09:27 | 显示全部楼层 |阅读模式
iStock, driven by StockNet, is intended to be a lightweight cross platform program for China stock market users. iStock is designed with QT4.

StockNet is currently a proprietary library to communicate with stock servers, providing event data driven interface for other projects.

Homepage http://code.google.com/p/i-stock/

Developer <gale.fae@gmail.com>

27 Aug, 2010

FAQ
1. How do I build this program?

A: First, you have to make header files visible for cmake.

$> export CMAKE_INCLUDE_PATH=/home/you/projects/iStock/include/

or edit cmake_env to the right path for you and:

$> source ./cmake_env

Once it's configured by cmake, next time when you make, you don't have to do this step. Then, in the same terminal, you can:

$> cd build

$> cmake ../

$> make && make install

2. I compiled with "undefined reference to.." errors, so what's up?

A: Make sure you have development libraries installed, which are required by QT4, such as libqt4-dev, zlib1g-dev, etc.

3. What plaform is supported by this program?

A: Currently, iStock is developed and tested under Linux x86_64 and Linux x86.

Have fun!
发表于 2010-9-18 14:22:21 | 显示全部楼层
可惜只KDE的。期待GNOME的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-9-18 14:35:14 | 显示全部楼层
Post by dutongtie;2112819
可惜只KDE的。期待GNOME的。


gnome下一样可以用. 编译前装QT4的dev包, libqt4-dev, zlib1g-dev等。当然还需要cmake
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-10-3 11:53:48 | 显示全部楼层

dll的数据源也出来了.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表