Update README.md

This commit is contained in:
CatChow0 2024-04-25 09:19:22 +02:00 committed by GitHub
parent 2fc759910e
commit 24f9814f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,27 +12,12 @@ This **DirectX11** based engine uses **ImGui** with an abstraction layer to enab
## Installation
Pré-requis pour le moteur : python 3.12 et Boost
**Depuis la solution + Debugger**
- Télécharger la librairie Boost v.1_85_0 (Pour utilier python avec le c++)
- Ouvrez un terminal, placer vous dans le dossier boost que vous venez d'extraire et entrez ces commandes bash pour build Boost
```bash
cd chemin/du/dossier/boost/extrait
```
```bash
bootstrap.bat
```
```bash
.\b2 --with-python
```
- Une fois fait importer contenu du dossier boost_x_xx_x dans le moteur.
- Placer le contenu dans le dossier "enginecustom/include/boost" du moteur.
- Placer "stage" dans le dossier "enginecustom/libs"
- Vous pouvez ouvrir visual studio est lancer le moteur
1. Télécharge la Beta
2. Dézip le .zip
3. Ouvre le fichier .sln
4. Build en Release
----