mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
57b8a24466
Add install of cmake to .travis.yml. Test-Information: This has been tested on OS X and on Ubuntu for both the native target and STM32F4Discovery. |
||
---|---|---|
.. | ||
0001-fixed-signedness-of-counter-variable.patch | ||
0002-don-t-redefine-ALIGN.patch | ||
0003-require-only-CMake-version-2.8.patch | ||
fix-old-style-definitions.sh | ||
fix-util_print_wo_args.sh | ||
generate-cmake-xcompile.perl | ||
Makefile | ||
Makefile.include | ||
README.md |
Configuration Options
You can pass along configuration flags for RELIC from your project makefile via:
export RELIC_CONFIG_FLAGS=-DARCH=NONE -DQUIET=off -DWORD=32 -DFP_PRIME=255 -DWITH="BN;MD;DV;FP;EP;CP;BC;EC" -DSEED=ZERO
This should happen before the USEPKG
line.
Usage
Just put USEPKG += relic
in your Makefile and #include <relic.h>
.