mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
getting started: .zip download from github does not work
This commit is contained in:
@@ -31,6 +31,8 @@ cd linux-kernel-module-cheat
|
|||||||
./configure && ./build && ./run
|
./configure && ./build && ./run
|
||||||
....
|
....
|
||||||
|
|
||||||
|
It does not work if you just download the .zip from GitHub because we use Git submodules, you must clone this repo. `./configure` then fetches only the required submodules for you.
|
||||||
|
|
||||||
It is also trivial to build for different supported <<cpu-architecture,CPU architectures>>.
|
It is also trivial to build for different supported <<cpu-architecture,CPU architectures>>.
|
||||||
|
|
||||||
The first configure will take a while (30 minutes to 2 hours) to clone and build, see <<benchmark-builds>> for more details.
|
The first configure will take a while (30 minutes to 2 hours) to clone and build, see <<benchmark-builds>> for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user