Skip to content

Add better build documentation #622

@gmaxwell

Description

@gmaxwell

The library is designed to be easy to use without the build system, e.g. you can build the tests with nothing more than:

$ gcc -o tests src/tests.c -I. -Iinclude/ -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DVERIFY

We should document this fact better, because for many embedded systems the whole build system is overkill. See also #184

Related, we should also provide packaging instructions for common OSes, see #545

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions