Libraries » History » Version 20
Greg Burri, 04/13/2010 10:44 AM
1 | 1 | Greg Burri | h1. Libraries |
---|---|---|---|
2 | |||
3 | 16 | Greg Burri | The framework Qt 4 will be used. It contains almost all needed tools. |
4 | 15 | Greg Burri | |
5 | 20 | Greg Burri | Home : http://qt.nokia.com/products/ |
6 | Version : 2010.02.1 |
||
7 | Download Windows : http://get.qt.nokia.com/qtsdk/qt-sdk-win-opensource-2010.02.1.exe |
||
8 | 17 | Greg Burri | |
9 | |||
10 | 15 | Greg Burri | h2. Protobuf |
11 | 17 | Greg Burri | |
12 | Protocol buffers is a library to define data message and serialize and deserialize them. |
||
13 | 18 | Greg Burri | |
14 | 1 | Greg Burri | It will be used : |
15 | * To persist some data into file (chunk hash cache, for example) |
||
16 | * To communicate over TCP/IP between cores and between core and GUI |
||
17 | 20 | Greg Burri | |
18 | Home : http://code.google.com/p/protobuf/ |
||
19 | Version : 2.3.0 |
||
20 | Download Windows : http://protobuf.googlecode.com/files/protobuf-2.3.0.zip |