Link Search Menu Expand Document

Building

How to build this project from source.


Preparation

Either Clone or Download the repository.


Clone

  1. Create a new folder in which you will build the project.

  2. Open a new terminal window with your current
    working directory being that of the folders.

  3. 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.


  1. Navigate to the following directory

    Astro8-Computer/Astro8-Emulator/linux-build
    


  2. Generate a Unix Makefile with CMake

    cmake ..
    


  3. Generate the executable

    make -j5
    


  4. Check out the built executable at

    Astro8-Computer/Astro8-Emulator/linux-build/Astro8-Emulator