diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-07 00:23:20 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-07 00:23:20 +0200 |
commit | dd60b3f208280dc9f628cf9bb329012f315caa53 (patch) | |
tree | 87ad59b90ce858b75945e8ea84269515af9fc95d | |
parent | 90d851d35321f5294dcf00c57c0a59fe0a38d4e8 (diff) |
doc: package requirements
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ # kernel + Home of the rustkrazy kernel building setup and the current image. + +# Requirements + +For the compilation process to work you need the following system packages: + +* tar +* make +* development essentials, e.g. gcc, ld +* (optional) aarch64-linux-gnu-gcc if you want to compile the RPi kernel |