Clarify licensing and update to SPDX 3.0 identifiers
[librseq.git] / README.md
CommitLineData
58023ce0 1Library for Restartable Sequences
34c2f003 2=================================
7817439f 3
34c2f003
MD
4by Mathieu Desnoyers
5
6
7Building
8--------
9
10 make
11 make install
12
13Requirements
14------------
7817439f
MD
15
16It requires Linux kernel headers from kernel >= 4.18 to build on x86, arm, ppc,
17and mips. It requires Linux kernel headers from kernel >= 4.19 to build on
18s390.
6905dcac 19
34c2f003
MD
20Building against local version of kernel headers
21------------------------------------------------
6905dcac 22
f70e31d3
MD
23 cd /path/to/kernel/sources
24 make headers_install
25 cd /path/to/librseq
26 CPPFLAGS=-I/path/to/kernel/sources/usr/include make
This page took 0.024406 seconds and 4 git commands to generate.