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: 9 months ago
JSON representation
Unikraft port of the boost library
- Host: GitHub
- URL: https://github.com/unikraft/lib-boost
- Owner: unikraft
- License: other
- Created: 2020-01-08T14:45:15.000Z (over 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:29.000Z (over 2 years ago)
- Last Synced: 2025-04-10T17:57:32.978Z (about 1 year ago)
- Topics: boost, cxx, hacktoberfest, hacktoberfest2022, library, unikraft
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 10
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
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.