diff options
author | dzwdz | 2023-07-08 17:30:59 +0200 |
---|---|---|
committer | dzwdz | 2023-07-08 17:30:59 +0200 |
commit | f74df1c4100401e88b8b31db4e25d53cf98b15df (patch) | |
tree | d634eb876e2f2f763fe34d9d169b3d967acef711 /readme.md | |
parent | 601acae8830fe4bb3e1fc9004210c61b68666aa6 (diff) |
add debian build deps to the readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,3 +6,13 @@ an experimental, work-in-progress, microkernel based on some of my ideas for pri * `src/user/lib/vendor/getopt` from [skeeto](https://github.com/skeeto/getopt) * `src/user/lib/vendor/dlmalloc` from [Doug Lea](https://gee.cs.oswego.edu/dl/html/malloc.html) * `src/kernel/arch/amd64/3rdparty/multiboot2.h` from the FSF + +## build dependencies +```sh +# on debian +# TODO not yet verified on a clean install +apt-get install gcc git sparse # basics +apt-get install grub-pc-bin xorriso mtools # for the .iso +apt-get install g++ libgmp-dev lbmpfr-dev libmpc-dev # for the toolchain +apt-get install qemu-system-x86 +``` |