13 lines
224 B
Markdown
13 lines
224 B
Markdown
|
|
linux/headers 7.1.4
|
||
|
|
=
|
||
|
|
https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.4.tar.xz
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
make ARCH=x86 INSTALL_HDR_PATH=/pkg/gnu/linux/headers headers_install
|
||
|
|
```
|
||
|
|
|
||
|
|
``` cfg *** build deps ***
|
||
|
|
glibc
|
||
|
|
gcc
|
||
|
|
```
|