1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-26 12:08:52 -05:00

added options to readme

This commit is contained in:
hrocho 2017-07-27 11:44:04 +02:00
parent 58ce7fcb3a
commit 82c0800210

View File

@ -26,6 +26,8 @@ available options:
* TESTS - build tests
* EXAMPLES - build examples
* DOCS - prepare doxygen documentation (after cmake, __make docs__ needs to be executed)
* GENERATE_DATA - makes program to re-generate precalculated tables (ie precalculated LS coefficients), default:OFF
* THIN_TARGET_APPROXIMATION - compile the library with thin target approximation, default: ON
ie:
> cmake -DCATIMA_PYTHON=ON -DEXAMPLES=ON ../