[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/BOOST v2 PATCH 6/6] README.md: Update with info about building
Hi Vlad, this patch looks good, thanks. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 18.12.19, 17:11, "Vlad-Andrei BĂDOIU (78692)" <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote: From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d309e9..6784a86 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,12 @@ boost for Unikraft This is the port of boost for Unikraft as external library. +## Build +intx depends on the following libraries, that need to be added to `Makefile` in this order: +* `pthreads`, e.g. `pthread-embedded` +* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx` +* `libc`, e.g. `newlib` +* SIMD intrinsics, e.g. `intel-intrinics` + Please refer to the `README.md` as well as the documentation in the `doc/` subdirectory of the main unikraft repository. -- 2.20.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 |