From e987a7568e3d6da19d852fee24e0d4d4425193bd Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 28 Dec 2022 16:56:21 +0100 Subject: Add some docs on installation. --- docs/INSTALL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/INSTALL.md (limited to 'docs') diff --git a/docs/INSTALL.md b/docs/INSTALL.md new file mode 100644 index 0000000..7533529 --- /dev/null +++ b/docs/INSTALL.md @@ -0,0 +1,16 @@ +# Installation + +This assumes that both *pyecsca* and the *pyecsca-codegen* +packages are installed as editable. + +1. Checkout the ext/libtommath submodule: +`git submodule update --init` +2. Build the libtommath library to prepare it for the future +build processes steps. +``` +cd ext +make host stm32f0 stm32f3 +``` + +Now the package should be ready with the necessary versions of +libtommath built for the host and the STM32F0 and F3 targets. -- cgit v1.3.1