[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBGO PATCH 11/11] Adding extra information
Thanks again, might add a few more notes to the readme on upstream. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 26.09.19, 17:32, "Charalampos Mainas" <Charalampos.Mainas@xxxxxxxxx> wrote: Signed-off-by: Charalampos Mainas <Charalampos.Mainas@xxxxxxxxx> --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ce6677..bd8c45f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ libgo for Unikraft ============================= -This is the port of libgo for Unikraft as external library. +This is the port of libgo for Unikraft as external library. You will need the following +external libraries to make it work. + ++ newlib ++ compiler-rt ++ libunwind ++ libcxx ++ libcxxabi ++ pthread-embedded ++ gcc ++ lwip ++ libucontext + +When adding the library in the dependency list, gcc should stay before libgo, e.g.: + +``` +...$(UK_LIBS)/gcc:$(UK_LIBS)/libgo:... +``` Please refer to the `README.md` as well as the documentation in the `doc/` subdirectory of the main unikraft repository. -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |