getting started: .zip download from github does not work

This commit is contained in:
Ciro Santilli
2018-07-31 15:47:30 +01:00
parent 071106d6e3
commit 38c3a7b969

View File

@@ -31,6 +31,8 @@ cd linux-kernel-module-cheat
./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>>.
The first configure will take a while (30 minutes to 2 hours) to clone and build, see <<benchmark-builds>> for more details.