An open API service indexing awesome lists of open source software.

https://github.com/unikraft/lib-boost

Unikraft port of the boost library
https://github.com/unikraft/lib-boost

boost cxx hacktoberfest hacktoberfest2022 library unikraft

Last synced: 22 days ago
JSON representation

Unikraft port of the boost library

Awesome Lists containing this project

README

        

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.