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
## Build
On windows, make sure you have ms-compiler for C++.<br>
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)

Loading…
Cancel
Save