mmmcalc/README.md

17 lines
479 B
Markdown
Raw Normal View History

2014-04-09 01:52:17 +00:00
MMMCalc
=======
2014-04-09 01:54:18 +00:00
This is a very simple project, it was made for educational purposes (hence why it is open-source), and I encourage everyone to contribute if they have something to add.
2014-09-21 16:24:23 +00:00
###Compiling
To compile make sure you have JDK and Apache Ant installed. Then run the following command in the root directory of the project:
```
2014-10-09 00:47:21 +00:00
$ ant
2014-09-21 16:24:23 +00:00
```
2014-09-18 02:21:43 +00:00
###Contributing
To contribute, simply open a pull request.
2014-04-14 16:57:29 +00:00
2014-09-18 02:21:43 +00:00
###License
All code in this repository is under the [GNU GPLv3](/LICENSE).