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.