This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| libflint:start [2025/01/07 03:04] – eburk | libflint:start [2025/02/15 19:07] (current) – eburk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== libflint ====== | ====== libflint ====== | ||
| - | '' | + | [[https:// |
| + | |||
| + | <nspages -tree -exclude: | ||
| + | |||
| + | ===== Building ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | ==== Cmake ==== | ||
| + | |||
| + | <code cmake> | ||
| + | # If libflint is in ./ | ||
| + | add_subdirectory(lib/ | ||
| + | |||
| + | # when building target... | ||
| + | target_include_directories(${TARGET} PRIVATE lib/ | ||
| + | target_link_libraries(${TARGET} PRIVATE flint ) | ||
| + | </ | ||
| ===== Requirements ===== | ===== Requirements ===== | ||
| Line 16: | Line 33: | ||
| The parts of this library that create data structures pass all responsibility of memory management to the user. This is clearly documented in the individual module’s documentation. | The parts of this library that create data structures pass all responsibility of memory management to the user. This is clearly documented in the individual module’s documentation. | ||
| - | |||
| - | <nspages -tree -exclude: | ||
| ===== Why the name ‘libflint’? | ===== Why the name ‘libflint’? | ||