mmmcalc/README.md

17 lines
494 B
Markdown
Raw Normal View History

2014-04-09 01:52:17 +00:00
MMMCalc
=======
### Compiling
MMMCalc uses [CMake](http://cmake.org/) to compile. Please install the C development tools and CMake (along with whichever build script you plan on having CMake generate) in order to run this command.
2014-10-30 20:45:22 +00:00
```bash
$ cd build/
$ cmake ..
$ make
2014-09-21 16:24:23 +00:00
```
### Contributing
To contribute, simply open a pull request, however, be aware that this code is licensed under a GNU GPLv3 and so will yours.
2014-04-14 16:57:29 +00:00
### License
2014-09-18 02:21:43 +00:00
All code in this repository is under the [GNU GPLv3](/LICENSE).