From 2cb50b7667072321d9ed934cd64cabd4eeed6e7c Mon Sep 17 00:00:00 2001 From: Claudiu-Marcel Bruda Date: Fri, 9 Dec 2022 12:09:32 +0200 Subject: [PATCH] add readme entry for install-libtinfo5 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d69417a..cf6453b 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,20 @@ permissions: pull-requests: write ``` -### Additional options +## Additional options + +### Using a custom erdpy version The erdpy version can be specified by providing: ```yml pip-erdpy-args: erdpy==1.2.3 ``` + +### Installing libtinfo5 + +When building smart contracts written in C, on ubuntu, the libtinfo5 has to be installed as clang requires this. +This can be optionally enabled by specifying: +```yml +install-libtinfo5: true +``` +Note: if using a matrix build with multiple operating systems, enable this only for ubuntu.