Skip to content

Commit

Permalink
README.md: Add distro install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
  • Loading branch information
deece committed Jan 1, 2019
1 parent 71a6d02 commit 8ea4b9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ to the IRQ.
Functions are provide to allow 32 & 64 bit access to the global and per-PASID MMIO
areas on the the AFU. Endian conversion is handled automatically.

## Installation
LibOCXL is available in popular Linux distributions for PPC64le. To install:
### Redhat
`yum install libocxl-devel`

### Fedora
`dnf install libocxl-devel`

### Ubuntu/Debian
`apt install libocxl-dev`

# Building
## Prerequisites
1. A GCC toolchain with libc (if cross compiling), crosstool-ng can build a suitable toolchain
Expand Down

0 comments on commit 8ea4b9a

Please # to comment.