CommanderChris - Build and Run Guide 🚀

Welcome to CommanderChris! This guide will walk you through the steps to build and run the application. 🛠️

Prerequisites 📋

Before you begin, make sure you have the following prerequisites installed on your system:

Getting Started 🌟

  1. Clone this repository to your local machine:

    git clone https://github.com/markorenic/CommanderChris.git
  2. Navigate to the project's root directory:

    cd CommanderChris

Build and Run 🏗️

  1. Create a build directory and move into it:

    mkdir build
    cd build
  2. Configure the project using CMake:

    cmake ..
  3. Build the project with multiple CPU cores (adjust the number as needed):

    make -j4
  4. Run CommanderChris:

    ./chris

Contributing 💡

If you would like to contribute to CommanderChris, please open an issue or submit a pull request on GitHub.

License 📄

[TBD]