16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
Things to install
|
|
|
|
//To provide HW RNG facilities
|
|
sudo apt-get install rng-tools
|
|
|
|
//To provide ECC facilities
|
|
git submodule update --init --recursive
|
|
cp Scripts/uECC-Makefile micro-ecc/Makefile
|
|
cp Scripts/cpp-base64-Makefile cpp-base64/Makefile
|
|
|
|
To build
|
|
|
|
make
|
|
|
|
//Currently no install command is provided
|