You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
372 B
17 lines
372 B
# SAE_101
|
|
|
|
# Guide pour lancer l'application
|
|
|
|
## Prérequis
|
|
Assurez-vous d'avoir les éléments suivants installés sur votre système :
|
|
- [Git](https://git-scm.com/)
|
|
- [Make](https://www.gnu.org/software/make/)
|
|
- [GCC](https://gcc.gnu.org/) (GNU Compiler Collection)
|
|
|
|
## Étapes
|
|
|
|
1. **Cloner le dépôt Git :**
|
|
```bash
|
|
git clone <URL_DU_REPOT>
|
|
cd <NOM_DU_REPOT>
|