This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libflint:start [2025/01/02 22:44] – eburk | libflint:start [2025/02/15 19:07] (current) – eburk | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Documentation | + | ====== 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 ===== | ||
+ | |||
+ | ==== Linux ==== | ||
+ | |||
+ | Requires '' | ||
+ | |||
+ | ==== macOS, OpenBSD, FreeBSD ==== | ||
+ | |||
+ | Requires no extra dependencies | ||
+ | |||
+ | ===== Memory Management ===== | ||
+ | |||
+ | 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. | ||
+ | |||
+ | ===== Why the name ‘libflint’? | ||
+ | |||
+ | '' | ||
+ | |||
+ | {{flinty.jpg|flint}} | ||
- | <nspages -tree -exclude: |