From 57c22d6143b102bead4393021bc34f772a895a5c Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Mon, 29 Jan 2024 11:06:12 +0100 Subject: [PATCH] Modified main page of the documentation --- manual/index.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/manual/index.md b/manual/index.md index bbe0494..871dcbd 100644 --- a/manual/index.md +++ b/manual/index.md @@ -1,9 +1,9 @@ \mainpage Bakara Manual ## Build -On windows, make sure you have ms-compiler for C++.
-Then write commands : -```bash +### Windows +On windows, write commands : +```batch git clone https://github.com/anulax/bakara git submodule init git submodule update @@ -11,8 +11,9 @@ Then write commands : dotnet build dotnet run ``` -Or use vs2022 to build your project. +Or use visual studio 2022 to build your project. +### Linux --- On linux (if you don't have premake5, install it with your distro's packet manager). You have two env variable to change build proccess : @@ -30,6 +31,3 @@ Then write commands : (export clearbin=1 autoexec=1) ./build.sh config=release ``` ---- -## Tuto -(to do)