aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-15 10:03:04 -0700
committerChristian Cunningham <cc@localhost>2022-04-15 10:03:04 -0700
commit386c17d908d8310c6e2d7db5b4bf007c19053097 (patch)
tree86e521b1c3ca2b960eb66b89d5910023b06ab9a4
parent86050005de7ebf8741fcf67a5a3d347dccbdb62d (diff)
Git dependency in WSL
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9215cc1..7fb9103 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- Ensure you have the `gcc-arm-none-eabi` cross compiler installed `# apt install gcc-arm-none-eabi`.
- From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`
- The built image is found in `build/kernel7.img` and can be copied to the root of the Raspberry Pi SD card's first parition
- - On WSL you may also need to run `# apt install build-essential` to get `make`
+ - On WSL you may also need to run `# apt install build-essential git` to get `make` and `git`
- For faster building, it is recommended to run `make clean;make -f Unix.mk -j4`, where 4 can be adjusted to the amount of parallel jobs that the system can perform
### Building MacOS