Build Source
Prerequisites¶
- macOS
- Windows WSL with Ubuntu 25.04 (trixie)
- Ubuntu 25.04 (trixie)
- Raspberry Pi OS (trixie)
Clone the Solution Repo¶
- Open WSL/Ubuntu terminal window.
-
Clone the repo
git clone --recurse-submodules https://github.com/gloveboxes/Altair-8800-Emulator
- Open a terminal window
-
Clone the repo
git clone --recurse-submodules https://github.com/gloveboxes/Altair-8800-Emulator
Build the Solution¶
-
From a terminal window, go to the Altair-8800-Emulator/src folder that you cloned to your computer.
-
Run the following commands to compile the Altair project:
mkdir -p build && cd build cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . --target all -j"$(nproc)" -
Check the build completion message to confirm a successful build. The build completion message will be similar to
[100%] Built target serializer. If the build process fails, check that you installed all the required packages.