Skip to content

arminatarod/Mano-Basic-Computer-Simulator

Repository files navigation

Mano's Basic Computer Simulator Quick Start

Clone this repo to try Mano's basic computer simulator!

1. Install the Prerequisites

Before you build and run, you'll need to install the prerequisites for your platform.

2. Clone and build the app

To clone the repo and build, run the following:

git clone https://github.com/arminatarod/Mano-Basic-Computer-Simulator
cd Mano-Basic-Computer-Simulator
cmake -B build
cmake --build build --config Release --clean-first

3. Run the app

On macOS and Linux

Navigate to Mano-Basic-Computer-Simulator/build and run MyApp to launch the program.

On Windows

Navigate to Mano-Basic-Computer-Simulator/build/Release and run MyApp to launch the program.

4. Documentation

The documentation of the program can be read in "A Simulator for Mano's Basic Computer.pdf"