Go to file
Nicolás A. Ortega 3675ee066f
Adding the C code.
I'm keeping the Java file for now as reference.
2016-07-04 12:43:19 +02:00
build Preparing for switch to C. 2016-07-04 12:16:35 +02:00
src Adding the C code. 2016-07-04 12:43:19 +02:00
.gitignore Ignore the build directory. 2016-07-04 12:17:21 +02:00
CMakeLists.txt Adding the C code. 2016-07-04 12:43:19 +02:00
LICENSE Initial commit 2014-04-08 18:52:17 -07:00
README.md Adding the C code. 2016-07-04 12:43:19 +02:00

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.