mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 10:18:50 -05:00
Update README.md
This commit is contained in:
parent
76ab42d9e0
commit
2b83a2ec11
|
@ -42,7 +42,6 @@ available options:
|
|||
* APPS - build command line app, default ON
|
||||
* TESTS - build tests, default OFF
|
||||
* EXAMPLES - build examples, default OFF
|
||||
* 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
|
||||
* GSL_INTEGRATION - use GSL integration functions, otherwise use built-in integrator, default: OFF
|
||||
|
@ -50,4 +49,4 @@ available options:
|
|||
* STORE_SPLINES - store splines in cache, if disabled datapoints are stored and splines are recreated, default ON
|
||||
|
||||
ie:
|
||||
> cmake -DPYTHON_MODULE=ON -DEXAMPLES=ON ../
|
||||
> cmake -DPYTHON_MODULE=ON ../
|
||||
|
|
Loading…
Reference in New Issue
Block a user