Document dependencies for Linux, TODO: macOS
diff --git a/docs/Linux.md b/docs/Linux.md index f75e28d..02e5e29 100644 --- a/docs/Linux.md +++ b/docs/Linux.md
@@ -3,7 +3,8 @@ First install the required tools: ``` -apt-get install git cmake gcc g++ gcc-arm-none-eabi libsdl2-dev +sudo apt install git gcc g++ gcc-arm-none-eabi cmake make python3 python3-pip libsdl2-dev +pip3 install construct bitstring ``` ## Building & Running on 32Blit
diff --git a/docs/macOS.md b/docs/macOS.md index 095e71f..e5ec752 100644 --- a/docs/macOS.md +++ b/docs/macOS.md
@@ -7,6 +7,8 @@ brew install cmake ``` +TODO: Add instructions for installing python3 and dependencies for tooling + TODO: Add instructions for installing gcc-arm-none-eabi for cross compile ## Building & Running on 32Blit