| Doxyfile | ||
| LICENSE | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| README.md | ||
| testbench.c | ||
Overview
This is a C library that provides a software representation of the state of a CXL switch and attached devices.
Supported Operating System Versions
- Ubuntu 23.10
- Fedora 38, 39
Building
- Install OS libraries
Install the following build packages to compile the software on the following operating systems.
Ubuntu:
apt install build-essential libpci-dev
Fedora:
- Build Dependencies
This library is dependent upon the following projects.
For each of these repositories, in the order listed, clone and execute:
make install
This will install a library (.a) and header file to the standard os location (e.g. /usr/local/include, /usr/local/lib)
- Build
After building the required dependencies run:
make