changes.rst (2612e3bbc0386368a850140a6c9b990cd496a5ec) changes.rst (89eed1ab1161e7d60595917e3b982e03dfcc0f8d)
1.. _changes:
2
3Minimal requirements to compile the Kernel
4++++++++++++++++++++++++++++++++++++++++++
5
6Intro
7=====
8

--- 17 unchanged lines hidden (view full) ---

26systems; obviously, if you don't have any PC Card hardware, for example,
27you probably needn't concern yourself with pcmciautils.
28
29====================== =============== ========================================
30 Program Minimal version Command to check the version
31====================== =============== ========================================
32GNU C 5.1 gcc --version
33Clang/LLVM (optional) 11.0.0 clang --version
1.. _changes:
2
3Minimal requirements to compile the Kernel
4++++++++++++++++++++++++++++++++++++++++++
5
6Intro
7=====
8

--- 17 unchanged lines hidden (view full) ---

26systems; obviously, if you don't have any PC Card hardware, for example,
27you probably needn't concern yourself with pcmciautils.
28
29====================== =============== ========================================
30 Program Minimal version Command to check the version
31====================== =============== ========================================
32GNU C 5.1 gcc --version
33Clang/LLVM (optional) 11.0.0 clang --version
34Rust (optional) 1.68.2 rustc --version
34Rust (optional) 1.71.1 rustc --version
35bindgen (optional) 0.56.0 bindgen --version
36GNU make 3.82 make --version
37bash 4.2 bash --version
38binutils 2.25 ld -v
39flex 2.5.35 flex --version
40bison 2.0 bison --version
41pahole 1.16 pahole --version
42util-linux 2.10o fdformat --version

--- 533 unchanged lines hidden ---
35bindgen (optional) 0.56.0 bindgen --version
36GNU make 3.82 make --version
37bash 4.2 bash --version
38binutils 2.25 ld -v
39flex 2.5.35 flex --version
40bison 2.0 bison --version
41pahole 1.16 pahole --version
42util-linux 2.10o fdformat --version

--- 533 unchanged lines hidden ---