Skip to content

Commit 38c3a7b

Browse files
committed
getting started: .zip download from github does not work
1 parent 071106d commit 38c3a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ cd linux-kernel-module-cheat
3131
./configure && ./build && ./run
3232
....
3333

34+
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.
35+
3436
It is also trivial to build for different supported <<cpu-architecture,CPU architectures>>.
3537

3638
The first configure will take a while (30 minutes to 2 hours) to clone and build, see <<benchmark-builds>> for more details.

0 commit comments

Comments
 (0)