Modified main page of the documentation

dev
anulax1225 ago%!(EXTRA string=1 year)
parent d981338d85
commit 57c22d6143
  1. 12
      manual/index.md

@ -1,9 +1,9 @@
\mainpage Bakara Manual \mainpage Bakara Manual
## Build ## Build
On windows, make sure you have ms-compiler for C++.<br> ### Windows
Then write commands : On windows, write commands :
```bash ```batch
git clone https://github.com/anulax/bakara git clone https://github.com/anulax/bakara
git submodule init git submodule init
git submodule update git submodule update
@ -11,8 +11,9 @@ Then write commands :
dotnet build dotnet build
dotnet run 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 : 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) (export clearbin=1 autoexec=1)
./build.sh config=release ./build.sh config=release
``` ```
---
## Tuto
(to do)

Loading…
Cancel
Save