You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ at [Cryptkeeper/fseq-file-format](https://github.com/Cryptkeeper/fseq-file-forma
7
7
8
8
## Installation
9
9
10
-
libtinyfseq uses [CMake](https://cmake.org/) for building and packaging the library.
10
+
You may either install the library, or use `tinyfseq.h` & `tinyfseq.c` directly as a single-file library. libtinyfseq uses [CMake](https://cmake.org/) for building and packaging the library.
11
11
12
12
- Generate Makefiles using `cmake .`
13
13
- Compile the library using `make`
@@ -18,8 +18,8 @@ If optionally installed, `install_manifest.txt` will be created, containing the
18
18
19
19
## Build Configuration
20
20
21
-
For devices with limited memory, a `TF_INCLUDE_ERR_STRINGS`definition is included in [CMakeLists.txt](CMakeLists.txt)
22
-
to disable the inclusion of error strings in the build. Calls to `tf_err_str` will instead return `"NULL"` (as a string).
21
+
For devices with limited memory, a `TF_INCLUDE_ERR_STRINGS`setting is included in [CMakeLists.txt](CMakeLists.txt)
22
+
to disable the inclusion of error strings in the build. Calls to `tf_err_str` will instead return `"NULL"` (as a string). You may also `#define TF_STRIP_ERR_STRINGS` prior to including `tinyfseq.h` to disable error strings without using CMake.
23
23
24
24
## Compatibility
25
25
@@ -37,10 +37,10 @@ to disable the inclusion of error strings in the build. Calls to `tf_err_str` wi
37
37
libtinyfseq only defines three functions for reading the various components of a FSEQ file. See [tinyfseq.h](tinyfseq.h)
0 commit comments