Update makefile and readme
[librseq.git] / README.md
CommitLineData
58023ce0
MD
1# librseq
2Library for Restartable Sequences
7817439f
MD
3
4# Requirements
5
6It requires Linux kernel headers from kernel >= 4.18 to build on x86, arm, ppc,
7and mips. It requires Linux kernel headers from kernel >= 4.19 to build on
8s390.
6905dcac
MD
9
10# Building against local version of kernel headers
11
12cd /path/to/kernel/sources
13make headers_install
14cd /path/to/librseq
15CPPFLAGS=-I/path/to/kernel/sources/usr/include make
This page took 0.023372 seconds and 4 git commands to generate.