Building
How to build this project from source.
Preparation
Either Clone or Download the repository.
Clone
-
Create a new folder in which you will build the project.
-
Open a new terminal window with your current
working directory being that of the folders. -
Execute the following to start cloning:
git clone https://github.com/sam-astro/Astro8-Computer.git
Download
Download the project and extract
it to a location of your choosing.
Steps
Starting the build procedure.
-
Navigate to the following directory
Astro8-Computer/Astro8-Emulator/linux-build
-
Generate a Unix Makefile with CMake
cmake ..
-
Generate the executable
make -j5
-
Check out the built executable at
Astro8-Computer/Astro8-Emulator/linux-build/Astro8-Emulator