Skip to content

SPIN-Space-Innovation/Embedded-Template

Repository files navigation

Embedded Template

Building the Project

Before you can run the application, you'll need to build the project. Follow the steps below:

Prerequisites

Make sure you have the following prerequisites installed on your machine:

Clone the Repository

git clone https://github.com/SPIN-Space-Innovation/Embedded-Template.git
cd Embedded-Template

Generate the project buildsystem

Use the following command to generate the project's buildsystem:

cmake -B build -DCMAKE_BUILD_TYPE=${Build type} -G ${Buildsystem}

Build the Project

Use the following command to build the project:

cmake --build build -j ${No of build jobs}

License

Embedded Template is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published