JustOS/install_requirements.sh

9 lines
138 B
Bash
Raw Normal View History

2025-01-24 12:13:31 +00:00
# C compiler
sudo apt install gcc
# Emulator x86 (for testing)
sudo apt install qemu-system-x86
# Other stuff
sudo apt install git make