Installation
How to install the emulator.
Windows
- Navigate to the most recent release, and download the Windows installer
- Unzip the downloaded file
- Run the installer called Astro8-Windows-Installer.exe
Linux
- Make sure you have SDL2 installed on your system
- Navigate to the most recent release, and download the Linux version
- Unzip the downloaded file
Building From Source
- Clone this repository in a command line using git clone https://github.com/sam-astro/Astro8-Computer.gitOR by downloading the repository as a .ZIP file and unzipping it to your location of choice
- Make sure you have SDL2 installed on your system
- Enter the directory Astro8-Computer/Astro8-Emulator/linux-build
- Run CMake using cmake ..to generate Unix Makefile
- Run make -j5to generate executable
- The executable is Astro8-Computer/Astro8-Emulator/linux-build/astro8
