Menu

[r35]: / readme-EN.txt  Maximize  Restore  History

Download this file

66 lines (37 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ULTIMATE CALC SOURCES README (Translated from Russian)
Copyright (c) 2010 Artem Vasilev <atten@coolline.ru>
http://sourceforge.net/projects/ucalc
===============================================================================
Сontents.
1. List of project directories
2. Developer`s notes
3. Build instructions
List of project directories.
● "ucalc"
Console solving application.
Output file: release/ucalc.exe
● "frontend"
GUI front-end with plugin system. Developing is almost complete.
Output file: release/frontend.exe
● "report"
Interactive wizard for sending usage and stability reports to
developer`s server. Actually, it sends only .log files generated by ucalc
and frontend applications.
● "visualcalc", "shell", "graph"
GUI plugins for frontend application.
Output files: release/plugins/fconstructor.dll
release/plugins/shell.dll
release/plugins/graph.dll
`visualcalc` allows making and solving math expressions using scientific calculator features;
`shell` allows to input and solve math expressions in console mode;
`graph` allows 2D-graphing, visualizing and solving integrals.
● "release"
Output directory for entire project.
Developer`s notes.
Build instructions.
1) Download and unpack archive
2) Оpen "all.pro" in QtCreator
3) Сhoice Release build configuration
4) Build (Ctrl+B).
Project executables and plugins should be placed in "release" folder.
Finally, run "frontend" application from this folder.