3675ee066f
I'm keeping the Java file for now as reference. |
||
---|---|---|
build | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
MMMCalc
Compiling
MMMCalc uses CMake 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.
$ cd build/
$ cmake ..
$ make
Contributing
To contribute, simply open a pull request, however, be aware that this code is licensed under a GNU GPLv3 and so will yours.
License
All code in this repository is under the GNU GPLv3.