From 24f9814f3fc369eed22f5bc49acbdbadcd12a009 Mon Sep 17 00:00:00 2001 From: CatChow0 <115560405+CatChow0@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:19:22 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6053629..50e50f8 100644 --- a/README.md +++ b/README.md @@ -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 ---- @@ -41,7 +26,7 @@ Pré-requis pour le moteur : python 3.12 et Boost 1. Download the Beta Release 2. Unzip the Zip file 3. Open the .sln file - 4. Set the debugger in "Release" + 4. Set the debugger in "Release" 5. Launch the debugger