Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 959 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 959 Bytes

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.