Added building instructions

This commit is contained in:
Lewis Van Winkle
2016-12-07 11:34:50 -06:00
committed by GitHub
parent b9d2e4cd34
commit c38cdbf278

View File

@@ -23,6 +23,11 @@ the standard C math functions and runtime binding of variables.
- Easy to use and integrate with your code
- Thread-safe, provided that your *malloc* is.
##Building
TinyExpr is self-contained in two files: `tinyexpr.c` and `tinyexpr.h`. To use
TinyExpr, simply add those two files to your project.
##Short Example
Here is a minimal example to evaluate an expression at runtime.