VUT FIT IVS project 2 - Calculator Team: ShatteredButWhole
Platforms
Windows 64-bit
Ubuntu 64-bit
- Qt5
- sudo apt-get install qtbase5-dev
- sudo apt-get install qtdeclarative5-dev
Use this commands for top-level Makefile (for Windows see additional informations !):
make all - install the application
make uninstall - unistall the application
make clean - remove unwanted files. Ready for deployment
make package - create package for distribution
make test - run tests of mathematical library
make pack - zip the whole directory
make run - start the Calculator application
make doc - create doxygen documentation
make install_prerequisities - install required prerequisities
CMake minimal version 2.8.11 required. We don't recommend using top-level Makefile for Windows, because of different generators used by CMake. Used generators for package:
- for windows - ZIP, NSIS, PackageMaker
- for linux - ZIP, TGZ
- Juraj Lahvička xlahvi00 - (https://github.com/hahaSK)
- Tomáš Sašák xsasak01
- Lubomír Švehla xsvehl09
- Martin Krajčí xkrajc21
This project is licensed under the GNU GPL License - see the LICENSE.md file for details