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
- Host: GitHub
- URL: https://github.com/unikraft/lib-boost
- Owner: unikraft
- License: other
- Created: 2020-01-08T14:45:15.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:29.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:11:19.756Z (about 1 month ago)
- Topics: boost, cxx, hacktoberfest, hacktoberfest2022, library, unikraft
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 11
- 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.